git-svn-id: svn://db.shs.com.ru/pip@864 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-10-31 11:13:40 +00:00
parent 4340b459ce
commit e33523eded

View File

@@ -6,9 +6,14 @@ set(PIP_BUILD 1)
include(CheckFunctionExists)
include(PIPMacros.cmake)
set(_ICU_DEFAULT ON)
if(APPLE)
set(_ICU_DEFAULT OFF)
endif()
# Options
option(ICU "Unicode support" ON)
option(ICU "Unicode support" ${_ICU_DEFAULT})
option(STD_IOSTREAM "Building with std iostream operators support" OFF)
option(INTROSPECTION "Build with introspection" OFF)
option(LIB "System install" ON)