aboutsummaryrefslogtreecommitdiff
path: root/src/bin_projsync.cmake
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-07-06 08:34:24 +0200
committerGitHub <noreply@github.com>2021-07-06 08:34:24 +0200
commit345900742cdfc30753b260fad8a240420c217491 (patch)
tree9f983d79d80f70d3ea28bd77fa1e6343684baf8e /src/bin_projsync.cmake
parent1e4b38675b2170ccbfeec5d47cdb91cd2160c54d (diff)
parent9a19768a86bbced686b5587349caa63c6b039d49 (diff)
downloadPROJ-345900742cdfc30753b260fad8a240420c217491.tar.gz
PROJ-345900742cdfc30753b260fad8a240420c217491.zip
Merge pull request #2766 from OSGeo/backport-2764-to-8.1
[Backport 8.1] CMake: fix installation of executables on iOS
Diffstat (limited to 'src/bin_projsync.cmake')
-rw-r--r--src/bin_projsync.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin_projsync.cmake b/src/bin_projsync.cmake
index ea6bb09c..c184a422 100644
--- a/src/bin_projsync.cmake
+++ b/src/bin_projsync.cmake
@@ -14,7 +14,7 @@ if(NLOHMANN_JSON STREQUAL "external")
endif()
install(TARGETS bin_projsync
- RUNTIME DESTINATION ${BINDIR})
+ DESTINATION ${BINDIR})
if(MSVC AND BUILD_SHARED_LIBS)
target_compile_definitions(bin_projsync PRIVATE PROJ_MSVC_DLL_IMPORT=1)