aboutsummaryrefslogtreecommitdiff
path: root/src/bin_projsync.cmake
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-07-05 14:20:51 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-05 12:23:42 +0000
commit9a19768a86bbced686b5587349caa63c6b039d49 (patch)
tree9f983d79d80f70d3ea28bd77fa1e6343684baf8e /src/bin_projsync.cmake
parent1e4b38675b2170ccbfeec5d47cdb91cd2160c54d (diff)
downloadPROJ-9a19768a86bbced686b5587349caa63c6b039d49.tar.gz
PROJ-9a19768a86bbced686b5587349caa63c6b039d49.zip
Merge pull request #2764 from SpaceIm/fix/install-exec-ios
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)