We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf33c1 commit 3a89c99Copy full SHA for 3a89c99
1 file changed
CMakeLists.txt
@@ -61,6 +61,9 @@ check_function_exists("symlink" HAVE_SYMLINK)
61
62
63
set(CMAKE_SKIP_BUILD_RPATH FALSE)
64
+if(APPLE)
65
+ set(CMAKE_MACOSX_RPATH ON)
66
+endif()
67
set(CMAKE_LINK_INTERFACE_LIBRARY "")
68
69
file(GLOB mapcache_SOURCES lib/*.c )
0 commit comments