From 72783b5acac8756c90221318e7b24bebf4e95521 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 7 Mar 2014 00:20:24 +0000 Subject: Make the required CMake version in the ExecuteAllModules test 2.8.12 This matches what is in the main CMakeLists.txt file, and silences some warnings in the test logs. --- tests/ExecuteAllModules/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ExecuteAllModules/CMakeLists.txt b/tests/ExecuteAllModules/CMakeLists.txt index be3ee67f..12e86c15 100644 --- a/tests/ExecuteAllModules/CMakeLists.txt +++ b/tests/ExecuteAllModules/CMakeLists.txt @@ -7,7 +7,7 @@ # I guess more things could be added, like checking whether variables are # defined after running the modules (e.g. FOO_FOUND etc.). project(ExecuteAllModules) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.12) file(GLOB all_find_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../find-modules/Find*cmake") file(GLOB all_other_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../modules/*cmake") -- cgit v1.2.1