Skip to content

Commit

Permalink
fix target_link_libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Aug 4, 2017
1 parent 996b4eb commit 178ddaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ endif()
# target_compile_definitions(secp256k1 PUBLIC -DUSE_SCALAR_INV_BUILTIN=1)
#endif()

target_link_libraries(secp256k1 PUBLIC ${CONAN_LIBS})

if (ENABLE_MODULE_ECDH)
target_compile_definitions(secp256k1 PUBLIC -DENABLE_MODULE_ECDH=1)
endif()
Expand Down

0 comments on commit 178ddaf

Please sign in to comment.