Skip to content

Commit

Permalink
Aligned the arm64 release name
Browse files Browse the repository at this point in the history
  • Loading branch information
HeDo88TH authored Nov 6, 2024
1 parent 12e5b63 commit d58835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/cmake/External-Obj2Tiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (WIN32)
set(OBJ2TILES_ARCH "Win64")
set(OBJ2TILES_EXT ".exe")
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(OBJ2TILES_ARCH "LinuxArm")
set(OBJ2TILES_ARCH "LinuxArm64")
elseif(APPLE)
set(OBJ2TILES_ARCH "Osx64")
endif()
Expand Down

0 comments on commit d58835b

Please sign in to comment.