Skip to content

CMake configure fails on arm MacOs #407

@fumminger

Description

@fumminger

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions