fix cmake

git-svn-id: svn://db.shs.com.ru/pip@154 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-09-17 18:26:34 +00:00
parent 7e0d007921
commit 7b54e3afb9

View File

@@ -35,7 +35,7 @@ file(WRITE "src/pip_version_str.h" "// This file was generated by PIP CMake, don
option(ICU "Uniccode support" ON)
option(USB "USB support" OFF)
option(STL "Building with STL containers" OFF)
option(CRYPTH "crypt support" OFF)
option(CRYPT "crypt support" OFF)
option(LIB "System install" ON)
set(CMAKE_BUILD_TYPE "Release")
set(LIBS)