From 8294023227f1ec5d71956ee5e6cd46a4f03b2b93 Mon Sep 17 00:00:00 2001 From: YuGiOhJCJ Date: Wed, 17 Apr 2019 15:41:12 +0200 Subject: * 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). --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3