Skip to content

Commit

Permalink
Should we default to x86_64?
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Nov 26, 2023
1 parent fcdcd6b commit 76c7fad
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 @@ -75,7 +75,7 @@ endif()

if (APPLE)
if (NOT CMAKE_OSX_ARCHITECTURES)
set(CMAKE_OSX_ARCHITECTURES "arm64")
set(CMAKE_OSX_ARCHITECTURES "x86_64")
endif()
if (${CMAKE_OSX_ARCHITECTURES} STREQUAL "arm64")
message(STATUS "Artist lib MacOS target processor: arm64.")
Expand Down

0 comments on commit 76c7fad

Please sign in to comment.