From 545bbef0cae34e75c22b62f790ca5569e10242f0 Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Tue, 20 Mar 2018 18:04:46 +0700 Subject: [PATCH] Use static nanomsg build for libcrypto777. --- crypto777/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto777/CMakeLists.txt b/crypto777/CMakeLists.txt index 8a5b77522..6d49234b3 100644 --- a/crypto777/CMakeLists.txt +++ b/crypto777/CMakeLists.txt @@ -1,4 +1,5 @@ file(GLOB sources "*.c") file(GLOB headers "*.h") add_library(libcrypto777 ${sources} ${headers}) +target_compile_definitions(libcrypto777 PRIVATE USE_STATIC_NANOMSG) target_link_libraries(libcrypto777 PUBLIC curl) \ No newline at end of file