From 7b54e3afb9a05cd5604636b33e93df9cbb29b5be 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: Thu, 17 Sep 2015 18:26:34 +0000 Subject: [PATCH] fix cmake git-svn-id: svn://db.shs.com.ru/pip@154 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb3362a7..f3e06467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)