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)