aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2018-08-31 13:19:05 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2018-08-31 13:19:05 +0300
commitedf43868fd2ff1b8a487aa61230410d18844f278 (patch)
tree0ac4f4f2b6e7fad995e3e0bcbbf1183bb887b91b /CMakeLists.txt
parentd8427b79e16a5c72edba109cff803e733fb1bf88 (diff)
downloadgost-engine-edf43868fd2ff1b8a487aa61230410d18844f278.zip
gost-engine-edf43868fd2ff1b8a487aa61230410d18844f278.tar.gz
gost-engine-edf43868fd2ff1b8a487aa61230410d18844f278.tar.bz2
Try to fix Travis build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32c7cf3..ca8992d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,7 +146,7 @@ target_link_libraries(gost12sum gost_core)
add_executable(unit_expimp gost_keyexpimp.c e_gost_err.c)
target_compile_definitions(unit_expimp PUBLIC -DENABLE_UNIT_TESTS)
target_compile_definitions(unit_expimp PUBLIC -DOPENSSL_LOAD_CONF)
-target_link_libraries(unit_expimp PUBLIC crypto)
+target_link_libraries(unit_expimp PUBLIC ${OPENSSL_CRYPTO_LIBRARY})
set_source_files_properties(tags PROPERTIES GENERATED true)
add_custom_target(tags