aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Cord-Landwehr <cordlandwehr@kde.org>2020-09-26 13:25:50 +0200
committerAndreas Cord-Landwehr <cordlandwehr@kde.org>2020-09-26 14:30:44 +0200
commit523e95465a814e7538f78fc1e5a19af8977d9ae1 (patch)
tree9d363948a1de5661254952679fb6dbdcd35b696b /tests
parent01468f35aa86bb1011d99893d6a56da575f2ab90 (diff)
downloadextra-cmake-modules-523e95465a814e7538f78fc1e5a19af8977d9ae1.tar.gz
extra-cmake-modules-523e95465a814e7538f78fc1e5a19af8977d9ae1.tar.bz2
Include FeatureSummary and find modules
Required for module test to pass.
Diffstat (limited to 'tests')
-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 d264fd7a..33dbc401 100644
--- a/tests/ExecuteCoreModules/CMakeLists.txt
+++ b/tests/ExecuteCoreModules/CMakeLists.txt
@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.5)
file(GLOB all_core_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../modules/*cmake")
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../find-modules)
foreach(module ${all_core_modules})
message(STATUS "module: ${module}")