Commit 0cbdc188 authored by Jake Cobb's avatar Jake Cobb

Problem: CMake build does not allow static linking libsodium

Solution: Pass along SODIUM_STATIC define if set in CMake config
parent 889a6bff
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#cmakedefine ZMQ_HAVE_CURVE #cmakedefine ZMQ_HAVE_CURVE
#cmakedefine ZMQ_USE_TWEETNACL #cmakedefine ZMQ_USE_TWEETNACL
#cmakedefine ZMQ_USE_LIBSODIUM #cmakedefine ZMQ_USE_LIBSODIUM
#cmakedefine SODIUM_STATIC
#ifdef _AIX #ifdef _AIX
#define ZMQ_HAVE_AIX #define ZMQ_HAVE_AIX
......
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