git-svn-id: svn://db.shs.com.ru/pip@914 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -6,14 +6,8 @@ set(PIP_BUILD 1)
|
|||||||
include(CheckFunctionExists)
|
include(CheckFunctionExists)
|
||||||
include(PIPMacros.cmake)
|
include(PIPMacros.cmake)
|
||||||
|
|
||||||
set(_ICU_DEFAULT OFF)
|
|
||||||
if((NOT DEFINED WIN32) AND (NOT DEFINED ANDROID_PLATFORM) AND (NOT DEFINED APPLE))
|
|
||||||
set(_ICU_DEFAULT ON)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
option(ICU "ICU for unicode support" ${_ICU_DEFAULT})
|
option(ICU "ICU support for convert codepages" OFF)
|
||||||
option(STD_IOSTREAM "Building with std iostream operators support" OFF)
|
option(STD_IOSTREAM "Building with std iostream operators support" OFF)
|
||||||
option(INTROSPECTION "Build with introspection" OFF)
|
option(INTROSPECTION "Build with introspection" OFF)
|
||||||
option(LIB "System install" ON)
|
option(LIB "System install" ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user