We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8354b23 commit 2914a2fCopy full SHA for 2914a2f
1 file changed
CMakeLists.txt
@@ -912,11 +912,11 @@ set(CPACK_SOURCE_IGNORE_FILES
912
set (SYSTEM_NAME "${CMAKE_SYSTEM_NAME}")
913
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
914
if (IQTREE_FLAGS MATCHES "oldmac")
915
- set (SYSTEM_NAME "MacOS10.5")
+ set (SYSTEM_NAME "macOS10.5")
916
elseif (OSX_NATIVE_ARCHITECTURE STREQUAL "arm64")
917
- set (SYSTEM_NAME "osx-arm64")
+ set (SYSTEM_NAME "macOS-arm")
918
else()
919
- set (SYSTEM_NAME "osx-x86_64")
+ set (SYSTEM_NAME "macOS-intel")
920
endif()
921
922
0 commit comments