From 3750f651dd3937ec87c46c81cfb2a465aafdb800 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周三, 15 10月 2014 06:54:26 +0800 Subject: [PATCH] travis --- 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