x64 fixICU fixes

git-svn-id: svn://db.shs.com.ru/pip@100 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-15 07:52:07 +00:00
parent 04481dd908
commit eb99c5752e
4 changed files with 9 additions and 87 deletions

View File

@@ -126,12 +126,12 @@ endif ()
# Check if PIP support cryptographic encryption/decryption by using sodium library
if (DEFINED CRYPT)
message(STATUS "Building with CRYPT support")
message(STATUS "Building with crypt support")
unset(CRYPT)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DPIP_CRYPT")
list(APPEND LIBS sodium)
else ()
message(STATUS "Building without CRYPT, encryption doesn't work")
message(STATUS "Building without crypt support")
endif ()