Skip to content

Commit

Permalink
Merge branch 'release-5.4' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 13, 2024
2 parents 7cd8c8f + ee6bc26 commit 2cd34b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/ClangFormat/DownloadClangFormat.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux" AND CMAKE_HOST_SYSTEM_PROCESSOR STREQU
set(_clang_format_url "https://data.kitware.com/api/v1/file/hashsum/sha512/${_clang_format_hash}/download")
elseif(
CMAKE_HOST_SYSTEM_NAME MATCHES "Darwin"
AND CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64"
AND ( CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64" OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64" )
AND (NOT
CMAKE_HOST_SYSTEM_VERSION
VERSION_LESS
Expand Down

0 comments on commit 2cd34b7

Please sign in to comment.