x64 fixICU fixes
git-svn-id: svn://db.shs.com.ru/pip@100 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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 ()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user