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/extern | |
parent | 8181cff72e7f79296548eb75000746cae34bf032 (diff) |
fix Opus options (the right way)
Diffstat (limited to 'source/extern')
-rw-r--r-- | source/extern/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/extern/CMakeLists.txt b/source/extern/CMakeLists.txt index a4c193c..bc57870 100644 --- a/source/extern/CMakeLists.txt +++ b/source/extern/CMakeLists.txt @@ -1,3 +1,4 @@ +set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) SET (OPUS_INSTALL_PKG_CONFIG_MODULE OFF) SET (OPUS_INSTALL_CMAKE_CONFIG_MODULE OFF) SET (OPUS_X86_MAY_HAVE_SSE ON) |