If I try to configure using CMake on an arm Mac, then the configure will fail.
The sequence is:
- OpusConfig.cmake will set OPUS_MAY_HAVE_NEON to ON.
- OpusFunctions.cmake will set RUNTIME_CPU_CAPABILITY_DETECTION to 0.
- CMakeLists.txt will complain that these are not compatible and fail with message(ERROR "Runtime cpu capability detection needed for MAY_HAVE_NEON")