summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-01-02 17:29:32 +0100
committerGitHub <noreply@github.com>2023-01-02 17:29:32 +0100
commit2b110d61e7723081b47417834085c6fa0ddfc3c6 (patch)
tree7315d913b9b58316e7ad39c00c18ed9829558f7f /CMakeLists.txt
parentMerge pull request #9540 from MonsterDruide1/tas-sanitized-record (diff)
parentcmake: allow options shadowing with normal variables (diff)
downloadyuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.tar
yuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.tar.gz
yuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.tar.bz2
yuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.tar.lz
yuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.tar.xz
yuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.tar.zst
yuzu-2b110d61e7723081b47417834085c6fa0ddfc3c6.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45e6bd761..ed22187fd 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")