From ffb294b7e05e961c44feefdaee24a1a35d322cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sun, 20 Sep 2015 08:23:11 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@156 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3e06467..ac891c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,10 +32,10 @@ message(STATUS "Building PIP version ${VERSION}${VERSION_SUFFIX}") file(WRITE "src/pip_version_str.h" "// This file was generated by PIP CMake, don`t edit it!\n#define __PIP_VERSION_STR__ \"${VERSION}${VERSION_SUFFIX}\"\n") #options -option(ICU "Uniccode support" ON) +option(ICU "Unicode support" ON) option(USB "USB support" OFF) option(STL "Building with STL containers" OFF) -option(CRYPT "crypt support" OFF) +option(CRYPT "Crypt support" OFF) option(LIB "System install" ON) set(CMAKE_BUILD_TYPE "Release") set(LIBS)