diff options
-rw-r--r-- | tests/ExecuteCoreModules/CMakeLists.txt | 1 |
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") |