fix Opus options (the right way)

This commit is contained in:
Kae 2023-11-26 23:01:02 +11:00
parent 8181cff72e
commit ac66491b3f
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
build/ build/
build_linux/
dist/ dist/
enc_temp_folder/ enc_temp_folder/
.cache/ .cache/

View File

@ -1,5 +1,4 @@
CMAKE_MINIMUM_REQUIRED (VERSION 3.16) CMAKE_MINIMUM_REQUIRED (VERSION 3.16)
SET (CMAKE_POLICY_DEFAULT_CMP0077 OLD)
# Find CCache # Find CCache
FIND_PROGRAM(CCACHE_PATH ccache) FIND_PROGRAM(CCACHE_PATH ccache)

View File

@ -1,3 +1,4 @@
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
SET (OPUS_INSTALL_PKG_CONFIG_MODULE OFF) SET (OPUS_INSTALL_PKG_CONFIG_MODULE OFF)
SET (OPUS_INSTALL_CMAKE_CONFIG_MODULE OFF) SET (OPUS_INSTALL_CMAKE_CONFIG_MODULE OFF)
SET (OPUS_X86_MAY_HAVE_SSE ON) SET (OPUS_X86_MAY_HAVE_SSE ON)