open-license-manager
2014-10-15 3f33fb09237f19f5f1c64bf124dabef3d202a1c5
cmake version reduced
1个文件已修改
3 ■■■■ 已修改文件
CMakeLists.txt 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)