Commit 2f632318 authored by Anonymous Maarten's avatar Anonymous Maarten

cmake: libzmq can now be built with both sodium and TweetNaCL

parent 7fe03218
......@@ -22,7 +22,7 @@ if(WITH_SODIUM)
endif()
endif()
if(WITH_TWEETNACL AND NOT SODIUM_FOUND)
if(WITH_TWEETNACL)
message(STATUS "Building with TweetNaCL")
set(USE_TWEETNACL ON)
add_definitions(-DHAVE_TWEETNACL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment