commit | 8e08c96a1d45ee0d730976eca9ed032f5815a73d | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 09 14:09:11 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 09 14:09:11 2016 +0100 |
tree | 8af126afee217729254118c13629006645518cd4 | |
parent | 5d2ad08f8a2bfd956042fb2ae134525451d0ec29 [diff] [blame] |
build CHANGE cmake version 2.6 should be sufficient
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad2db0d..457ed5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.6) # include custom Modules set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")