diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-11-23 17:33:34 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-11-23 17:33:34 +1100 |
commit | eb4652b5f6ab303009b4b7a5e7d771e4190695ac (patch) | |
tree | fb5636a4ec4345662d22d26c92a2797d48cc2d63 /source/CMakeLists.txt | |
parent | 74985240fc0e819e3c8f5803b33cc6b269bd4f58 (diff) |
small CMake fix so Opus values set in extern/CMakeLists.txt work
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 18f3c45..2841baa 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,4 +1,5 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.16) +SET (CMAKE_POLICY_DEFAULT_CMP0077 OLD) # Find CCache FIND_PROGRAM(CCACHE_PATH ccache) |