Skip to content

Commit

Permalink
cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Sep 15, 2017
1 parent 9ebe974 commit 67ec623
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ option(ENABLE_MODULE_ECDH "Enable ECDH shared secret computation (experimental).
option(ENABLE_MODULE_SCHNORR "Enable Schnorr signature module (experimental)." OFF)
option(ENABLE_MODULE_RECOVERY "Enable ECDSA pubkey recovery module." ON)

message(${ENABLE_TESTS})
# message(${ENABLE_TESTS})



Expand Down Expand Up @@ -211,8 +211,9 @@ else()
message("fer WITH_BIGNUM auto - FALSE")
endif()

message(WITH_BIGNUM)
message("WITH_BIGNUM--FER-FER")
message(${WITH_BIGNUM})

if (${WITH_BIGNUM} STREQUAL "gmp")
target_compile_definitions(secp256k1 PUBLIC -DHAVE_LIBGMP=1)
target_compile_definitions(secp256k1 PUBLIC -DUSE_NUM_GMP=1)
Expand Down

0 comments on commit 67ec623

Please sign in to comment.