small CMake fix so Opus values set in extern/CMakeLists.txt work

This commit is contained in:
Kae 2023-11-23 17:33:34 +11:00
parent 74985240fc
commit eb4652b5f6

View File

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