diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-11-26 23:01:02 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-11-26 23:01:02 +1100 |
commit | ac66491b3ff1c816cfbe7e2a89dadc84db8641fa (patch) | |
tree | b88cb92b49975e4ddb5b58a86c55e257a132e0a7 /source/CMakeLists.txt | |
parent | 8181cff72e7f79296548eb75000746cae34bf032 (diff) |
fix Opus options (the right way)
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 2841baa..18f3c45 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,5 +1,4 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.16) -SET (CMAKE_POLICY_DEFAULT_CMP0077 OLD) # Find CCache FIND_PROGRAM(CCACHE_PATH ccache) |