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 07bb2d2 commit ecf59e4Copy full SHA for ecf59e4
CMakeLists.txt
@@ -59,10 +59,12 @@ check_function_exists("symlink" HAVE_SYMLINK)
59
check_function_exists ("timegm" HAVE_TIMEGM)
60
check_function_exists ("strptime" HAVE_STRPTIME)
61
62
+set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
63
set(CMAKE_SKIP_BUILD_RPATH FALSE)
64
if(APPLE)
65
set(CMAKE_MACOSX_RPATH ON)
66
endif()
67
+
68
set(CMAKE_LINK_INTERFACE_LIBRARY "")
69
70
file(GLOB mapcache_SOURCES lib/*.c )
0 commit comments