Skip to content

Commit

Permalink
Correctly check releases for macOS x64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Jul 8, 2024
1 parent db1302c commit 71f1292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version" FORCE)
endif()

if (CMAKE_BUILD_TYPE EQUAL "Release")
if (CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE INTERNAL "")
endif()

Expand Down

0 comments on commit 71f1292

Please sign in to comment.