summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86b5d27b..815616a7 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ else()
34 34
35 include_directories(${SODIUM_INCLUDE_DIR}) 35 include_directories(${SODIUM_INCLUDE_DIR})
36 36
37 set(LINK_CRYPTO_LIBRARY ${SODIUM_LIBRARY}) 37 set(LINK_CRYPTO_LIBRARY ${SODIUM_LIBRARIES})
38endif() 38endif()
39 39
40#MinGW prints more warnings for -Wall than gcc does, thus causing build to fail 40#MinGW prints more warnings for -Wall than gcc does, thus causing build to fail