From 2acacdc95ae076f9105ac27f0ef68ce2325c0f2c 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: Tue, 16 May 2017 11:23:57 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@204 a8b55f48-bf90-11e4-a774-851b48703e85 --- cd_utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd_utils/CMakeLists.txt b/cd_utils/CMakeLists.txt index d50a39d..f83eb31 100644 --- a/cd_utils/CMakeLists.txt +++ b/cd_utils/CMakeLists.txt @@ -2,7 +2,7 @@ project(cd_utils) cmake_minimum_required(VERSION 2.6) if (NOT LIBPROJECT) find_package(PIP REQUIRED) - option(LIB "System install" 0) + option(LIB "System install" 1) option(DEBUG "Build with -g3" 0) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wall") if (DEBUG)