diff options
Diffstat (limited to 'tests/ECMSetupVersionTest/old_version_file_abspath/CMakeLists.txt')
-rw-r--r-- | tests/ECMSetupVersionTest/old_version_file_abspath/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ECMSetupVersionTest/old_version_file_abspath/CMakeLists.txt b/tests/ECMSetupVersionTest/old_version_file_abspath/CMakeLists.txt index ee4a5ee7..6a17ce54 100644 --- a/tests/ECMSetupVersionTest/old_version_file_abspath/CMakeLists.txt +++ b/tests/ECMSetupVersionTest/old_version_file_abspath/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 3.5) +cmake_policy(SET CMP0048 OLD) project(old_version_file_abspath) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../modules) |