Skip to content

Commit

Permalink
update the package name for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskf committed Mar 25, 2024
1 parent 8354b23 commit 2914a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -912,11 +912,11 @@ set(CPACK_SOURCE_IGNORE_FILES
set (SYSTEM_NAME "${CMAKE_SYSTEM_NAME}")
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
if (IQTREE_FLAGS MATCHES "oldmac")
set (SYSTEM_NAME "MacOS10.5")
set (SYSTEM_NAME "macOS10.5")
elseif (OSX_NATIVE_ARCHITECTURE STREQUAL "arm64")
set (SYSTEM_NAME "osx-arm64")
set (SYSTEM_NAME "macOS-arm")
else()
set (SYSTEM_NAME "osx-x86_64")
set (SYSTEM_NAME "macOS-intel")
endif()
endif()

Expand Down

0 comments on commit 2914a2f

Please sign in to comment.