mirror of
https://github.com/axiomatic-systems/Bento4.git
synced 2025-02-26 08:23:13 +00:00
don't force CMAKE_OSX_ARCHITECTURES
This commit is contained in:
parent
f826f4632d
commit
6de2284d25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user