From d380fec57cc3e7bf7241b80a09082f874798a70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 17 Apr 2017 15:47:37 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@398 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 045535e2..41c45459 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()