Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build problem with CMAKE_OSX_ARCHITECTURES var #945

Open
CastagnaIT opened this issue Mar 28, 2024 · 0 comments
Open

build problem with CMAKE_OSX_ARCHITECTURES var #945

CastagnaIT opened this issue Mar 28, 2024 · 0 comments

Comments

@CastagnaIT
Copy link

CastagnaIT commented Mar 28, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant