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 fa55373 commit 4fd195bCopy full SHA for 4fd195b
CMakeLists.txt
@@ -49,13 +49,11 @@ GENERATE_CONFIGURATION_HEADER(
49
50
# FIXME: to be changed into lib/dynamic-graph
51
# to avoid name collision when installing dynamic-graph in /usr.
52
-SET(PLUGINDIR "${CMAKE_INSTALL_LIBDIR}/plugin")
+SET(PLUGINDIR "${CMAKE_INSTALL_FULL_LIBDIR}/plugin")
53
54
# Add extra keys to pkg-config file to export the location of the
55
# plug-in directory in a robust manner.
56
-SET(PKG_CONFIG_EXTRA
57
- "plugindirname=${PLUGINDIR}
58
-plugindir=${CMAKE_INSTALL_PREFIX}/${PLUGINDIR}")
+SET(PKG_CONFIG_EXTRA "plugindir=${PLUGINDIR}")
59
60
# Add dependency toward dynamic graph library in pkg-config file.
61
PKG_CONFIG_APPEND_LIBS("dynamic-graph")
0 commit comments