Skip to content

Commit

Permalink
don't force CMAKE_OSX_ARCHITECTURES
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Nov 25, 2023
1 parent f826f46 commit 6de2284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ function(get_bento4_version)
endfunction()

get_bento4_version()
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "")
project(bento4 VERSION "${BENTO4_VERSION}")

# Variables
Expand Down

0 comments on commit 6de2284

Please sign in to comment.