diff options
Diffstat (limited to 'libbridge/CMakeLists.txt')
| -rw-r--r-- | libbridge/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index 23e1f5e..02fa908 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -25,11 +25,11 @@ set_target_properties(sodium PROPERTIES IMPORTED_LOCATION add_library(crypto STATIC IMPORTED) set_target_properties(crypto PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/prefix/lib/libcrypto.a) + ${EXTERNAL_LIBS_DIR}/prefix/openssl/lib/libcrypto.a) add_library(ssl STATIC IMPORTED) set_target_properties(ssl PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/prefix/lib/libssl.a) + ${EXTERNAL_LIBS_DIR}/prefix/openssl/lib/libssl.a) ############ # Boost |
