git-svn-id: svn://db.shs.com.ru/pip@156 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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")
|
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
|
#options
|
||||||
option(ICU "Uniccode support" ON)
|
option(ICU "Unicode support" ON)
|
||||||
option(USB "USB support" OFF)
|
option(USB "USB support" OFF)
|
||||||
option(STL "Building with STL containers" OFF)
|
option(STL "Building with STL containers" OFF)
|
||||||
option(CRYPT "crypt support" OFF)
|
option(CRYPT "Crypt support" OFF)
|
||||||
option(LIB "System install" ON)
|
option(LIB "System install" ON)
|
||||||
set(CMAKE_BUILD_TYPE "Release")
|
set(CMAKE_BUILD_TYPE "Release")
|
||||||
set(LIBS)
|
set(LIBS)
|
||||||
|
|||||||
Reference in New Issue
Block a user