From 487c7d27d504ae248b600d56b76b7b9074e40ebe Mon Sep 17 00:00:00 2001 From: naxuroqa Date: Fri, 16 Aug 2013 09:40:53 +0200 Subject: Fix for issue 472 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 86b5d27b..815616a7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ else() include_directories(${SODIUM_INCLUDE_DIR}) - set(LINK_CRYPTO_LIBRARY ${SODIUM_LIBRARY}) + set(LINK_CRYPTO_LIBRARY ${SODIUM_LIBRARIES}) endif() #MinGW prints more warnings for -Wall than gcc does, thus causing build to fail -- cgit v1.2.3