Skip to content

Commit

Permalink
FIXED: Fix CMake issue with ARCHS_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Jun 29, 2024
1 parent 7faad61 commit 2066ad4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,11 @@ if (hasParent)
else()
# If building the framework independently, we canset a deployment target
# set (CMAKE_OSX_DEPLOYMENT_TARGET "10.12")
endif()

if (CMAKE_GENERATOR MATCHES "Xcode")
set (CMAKE_OSX_ARCHITECTURES "$(ARCHS_STANDARD)")
endif()

if (CMAKE_GENERATOR MATCHES "Xcode")
set (CMAKE_OSX_ARCHITECTURES "$(ARCHS_STANDARD)")
endif()


Expand Down

0 comments on commit 2066ad4

Please sign in to comment.