diff options
author | Alexandre Bouvier <contact@amb.tf> | 2022-12-31 14:31:17 +0100 |
---|---|---|
committer | Alexandre Bouvier <contact@amb.tf> | 2023-01-02 02:43:38 +0100 |
commit | 306c791e67ca6c0f991490d6dd4d57b469f69677 (patch) | |
tree | 9b47b96bfb64165653f314b9248514026db81e96 /CMakeLists.txt | |
parent | a12a4f2a1322414a91b63ea43420ee37f5864111 (diff) |
cmake: allow options shadowing with normal variables
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 55fdf8fcc..cf366c24f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,10 +3,6 @@ cmake_minimum_required(VERSION 3.22) -# Dynarmic has cmake_minimum_required(3.12) and we may want to override -# some of its variables, which is only possible in 3.13+ -set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) - list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modules") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/find-modules") |