Skip to content

Commit

Permalink
Merge pull request #1811 from HeDo88TH/fix-external-build
Browse files Browse the repository at this point in the history
Aligned the arm64 release name
  • Loading branch information
pierotofy authored Nov 6, 2024
2 parents 12e5b63 + 5aca98b commit e615914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/cmake/External-Obj2Tiles.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
set(_proj_name obj2tiles)
set(_SB_BINARY_DIR "${SB_BINARY_DIR}/${_proj_name}")

set(OBJ2TILES_VERSION v1.0.12)
set(OBJ2TILES_VERSION v1.0.13)
set(OBJ2TILES_EXT "")

set(OBJ2TILES_ARCH "Linux64")
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 e615914

Please sign in to comment.