From 3f33fb09237f19f5f1c64bf124dabef3d202a1c5 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周三, 15 10月 2014 06:25:17 +0800 Subject: [PATCH] cmake version reduced --- CMakeLists.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39ca96d..6ba51db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,8 @@ #make it compatible with find_boost (exchange lowercase to camelcase) #fix shared libraries activation -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +#cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR) #version variables, major and minor must be 1 character only SET(LICENSECC_MAJOR_VERSION 1) -- Gitblit v1.9.1