Skip to content

Commit

Permalink
On macOS build universal arm64 and x86_64 (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jminor authored Feb 11, 2022
1 parent 2035d38 commit 71aa2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ set(OTIO_AUTHOR "Contributors to the OpenTimelineIO project")
set(OTIO_AUTHOR_EMAIL "[email protected]")
set(OTIO_LICENSE "Modified Apache 2.0 License")

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

project(OpenTimelineIO VERSION ${OTIO_VERSION} LANGUAGES C CXX)

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 71aa2fa

Please sign in to comment.