Skip to content
Snippets Groups Projects
Commit 2a99a459 authored by Francois Keith's avatar Francois Keith
Browse files

Update lib installation path (multiarch portability).

parent 9d87fb38
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ GENERATE_CONFIGURATION_HEADER(
# FIXME: to be changed into lib/dynamic-graph
# to avoid name collision when installing dynamic-graph in /usr.
SET(PLUGINDIR "lib/plugin")
SET(PLUGINDIR "${CMAKE_INSTALL_LIBDIR}/plugin")
# Add extra keys to pkg-config file to export the location of the
# plug-in directory in a robust manner.
......
......@@ -63,7 +63,7 @@ IF (UNIX AND NOT APPLE)
ENDIF (UNIX AND NOT APPLE)
INSTALL(TARGETS ${LIBRARY_NAME}
DESTINATION lib)
DESTINATION ${CMAKE_INSTALL_LIBDIR})
####################################
### Plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment