Skip to content

Commit

Permalink
Need to sort out these SSL paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfug committed Mar 3, 2024
1 parent 756cb3c commit cbf688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -119,8 +119,8 @@ if( OPENSSL_FOUND )
install( FILES
${OPENSSL_ROOT_DIR}/bin/libcrypto-3-x64.dll
${OPENSSL_ROOT_DIR}/bin/libssl-3-x64.dll
${OPENSSL_ROOT_DIR}/bin/libcrypto-1_1-x64.dll
${OPENSSL_ROOT_DIR}/bin/libssl-1_1-x64.dll
# ${OPENSSL_ROOT_DIR}/bin/libcrypto-1_1-x64.dll
# ${OPENSSL_ROOT_DIR}/bin/libssl-1_1-x64.dll
DESTINATION ${PATH_APP} )
endif()

Expand Down

0 comments on commit cbf688f

Please sign in to comment.