comparison CMakeLists.txt @ 1560:9084c6f94a0a

Require cmake 2.8.12 (from 2013) since current cmake warns about older versions. Remove policy check for CMP0022. The variable INTERFACE_LINK_LIBRARIES it affects is not used.
author Thomas Klausner <wiz@gatalith.at>
date Wed, 16 Jun 2021 18:05:27 +0200
parents 1979715b744f
children 6219359a36a9
comparison
equal deleted inserted replaced
1559:2dbc816d48f4 1560:9084c6f94a0a
18 18
19 # The test framework, using CTest and CDash. 19 # The test framework, using CTest and CDash.
20 INCLUDE(CTest) 20 INCLUDE(CTest)
21 21
22 # CMake version 22 # CMake version
23 CMAKE_MINIMUM_REQUIRED(VERSION 2.6) 23 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
24 24
25 # Location of additional CMake modules 25 # Location of additional CMake modules
26 SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") 26 SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
27 27
28 # The default directories 28 # The default directories
"Welcome to our mercurial repository"