Fix for issue 472

This commit is contained in:
naxuroqa 2013-08-16 09:40:53 +02:00
parent add81b3426
commit 487c7d27d5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -54,8 +54,8 @@ endif()
find_library(SODIUM_LIBRARY
NAMES
${WIN32_LIBSODIUM_FILENAME}
sodium
${WIN32_LIBSODIUM_FILENAME}
PATHS
${SODIUM_ROOT_DIR}/lib
)