git-svn-id: svn://db.shs.com.ru/pip@398 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-17 15:47:37 +00:00
parent e16ca645ef
commit d380fec57c

View File

@@ -34,7 +34,7 @@ file(WRITE "src/pip_version_str.h" "// This file was generated by PIP CMake, don
option(ICU "Unicode support" 1)
option(USB "USB support" 0)
option(STL "Building with STL containers" 0)
option(STL_IOSTREAM "Building with std iostream operators support" 0)
option(STD_IOSTREAM "Building with std iostream operators support" 0)
option(CRYPT "Crypt support" 0)
option(FFTW "fftw3 support for PIFFT" 0)
option(FFTW_THREADS "fftw3 support for threadsave" 1)
@@ -53,7 +53,7 @@ else()
message(STATUS "Build relaese version")
endif()
if(STL_IOSTREAM)
if(STD_IOSTREAM)
add_definitions(-DPIP_STD_IOSTREAM)
message(STATUS "Building with std iostream operators support")
else()