summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-05-10 16:45:32 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-05-10 16:45:32 +0000
commit746904b607dc466096d6d9e628e0b6ffd10d81e8 (patch)
tree4ac137ed91f47e9b038ebc069d8aa3265510e211 /src
parentRemove support for saving as JavaFX 1.x script (*.fx) (diff)
parent* CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instea... (diff)
downloadinkscape-746904b607dc466096d6d9e628e0b6ffd10d81e8.tar.gz
inkscape-746904b607dc466096d6d9e628e0b6ffd10d81e8.zip
Merge branch 'use-cmake-install-libdir' of gitlab.com:YuGiOhJCJ/inkscape
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e6781534f..bfe00f7b0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -385,7 +385,7 @@ if(NOT WIN32)
inkview
RUNTIME DESTINATION bin)
if(BUILD_SHARED_LIBS)
- install(TARGETS inkscape_base LIBRARY DESTINATION lib/inkscape)
+ install(TARGETS inkscape_base LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/inkscape)
endif()
else()
install(TARGETS