From f4e213db89be172b30475aaa1388b5c52b59d5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Fri, 6 Mar 2020 18:16:49 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@914 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index adb99ec3..65dc9a52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,14 +6,8 @@ set(PIP_BUILD 1) include(CheckFunctionExists) 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 -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(INTROSPECTION "Build with introspection" OFF) option(LIB "System install" ON)