aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2022-01-22 20:56:36 +0100
committerVolker Krause <vkrause@kde.org>2022-01-22 20:56:36 +0100
commit675ca285769d6a5729c13c0eaad524355188027d (patch)
tree91b5c4ed929279cd6618cdce16f83c24c39a0481
parent13d2e4a2a5a97dfceb61075ee760485d448fa36e (diff)
downloadextra-cmake-modules-675ca285769d6a5729c13c0eaad524355188027d.tar.gz
extra-cmake-modules-675ca285769d6a5729c13c0eaad524355188027d.tar.bz2
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.
-rw-r--r--tests/ExecuteCoreModules/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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")