From 675ca285769d6a5729c13c0eaad524355188027d Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sat, 22 Jan 2022 20:56:36 +0100 Subject: Fix ExecuteCoreModules test There's a few modules relying on ECM_GLOBAL_FIND_VERSION being defined, so set that. The exact value is less relevant here, it's mainly used for deprecation warnings. --- tests/ExecuteCoreModules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ExecuteCoreModules/CMakeLists.txt b/tests/ExecuteCoreModules/CMakeLists.txt index 33dbc401..58faf6d9 100644 --- a/tests/ExecuteCoreModules/CMakeLists.txt +++ b/tests/ExecuteCoreModules/CMakeLists.txt @@ -1,5 +1,6 @@ project(ExecuteCoreModules) cmake_minimum_required(VERSION 3.5) +set(ECM_GLOBAL_FIND_VERSION "5.90.0") file(GLOB all_core_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../modules/*cmake") -- cgit v1.2.1