summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorYuGiOhJCJ <yugiohjcj@yugiohjcj.tk>2019-04-17 13:41:12 +0000
committerYuGiOhJCJ <yugiohjcj@yugiohjcj.tk>2019-04-17 13:41:12 +0000
commit8294023227f1ec5d71956ee5e6cd46a4f03b2b93 (patch)
treef65128093d6e0cdf1395797639506fd784e9967b /src/CMakeLists.txt
parentPrevent buffer overflow in svg transformation reading; lp:1047524 (diff)
downloadinkscape-8294023227f1ec5d71956ee5e6cd46a4f03b2b93.tar.gz
inkscape-8294023227f1ec5d71956ee5e6cd46a4f03b2b93.zip
* CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory).
* src/CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory).
Diffstat (limited to 'src/CMakeLists.txt')
-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