Skip to content

Commit 2ee286e

Browse files
committed
Fix ssl bundle on Linux/Solaris
1 parent 81950ed commit 2ee286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/cmake/DepFindSSL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function(bundle_ssl_libs)
317317
DESTINATION "${INSTALL_LIB_DIR}"
318318
COMPONENT OpenSSLDll
319319
)
320-
elseif()
320+
else()
321321
install(FILES ${lib}
322322
DESTINATION "${INSTALL_LIB_DIR}/private"
323323
COMPONENT OpenSSLDll

0 commit comments

Comments
 (0)