diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-02-14 14:16:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 14:16:47 +0100 |
| commit | 2235bef8a9de0f032722d1117f86752cd5f907e2 (patch) | |
| tree | e313cf3fde6604dc787d23f16db75651993676df | |
| parent | 4db1dd5471ccc6b714699801cacd1774e8ff9c33 (diff) | |
| parent | e1253e4b09d4260acc541acf15967356419197c9 (diff) | |
| download | PROJ-2235bef8a9de0f032722d1117f86752cd5f907e2.tar.gz PROJ-2235bef8a9de0f032722d1117f86752cd5f907e2.zip | |
Merge pull request #3050 from rouault/fix_3029
CMake: remove all Mac specific settings added per #2009, …
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bdc7cab..42bc3ae6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,13 +37,6 @@ set(CMAKE_C_STANDARD_REQUIRED ON) set(CMAKE_C_EXTENSIONS OFF) message(STATUS "Requiring C${CMAKE_C_STANDARD} - done") -set(CMAKE_SKIP_BUILD_RPATH FALSE) -set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) -set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -if(APPLE) - set(MACOSX_RPATH ON) -endif() - # Set global -fvisibility=hidden set(CMAKE_C_VISIBILITY_PRESET hidden) set(CMAKE_CXX_VISIBILITY_PRESET hidden) |
