Skip to content

build problem with CMAKE_OSX_ARCHITECTURES var #945

@CastagnaIT

Description

@CastagnaIT

Hi on a Kodi software library we are using bento4
but our build system already set the CMAKE_OSX_ARCHITECTURES var

recently with commit cbea428
has been added this line

set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "")

that set the CMAKE_OSX_ARCHITECTURES looks like that overwrite our config value, and cause to failed build of bento4

can you implement a logic to avoid to change/overwrite an existing CMAKE_OSX_ARCHITECTURES value?

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