diff options
| author | YuGiOhJCJ <yugiohjcj@yugiohjcj.tk> | 2019-04-17 13:41:12 +0000 |
|---|---|---|
| committer | YuGiOhJCJ <yugiohjcj@yugiohjcj.tk> | 2019-04-17 13:41:12 +0000 |
| commit | 8294023227f1ec5d71956ee5e6cd46a4f03b2b93 (patch) | |
| tree | f65128093d6e0cdf1395797639506fd784e9967b /src/CMakeLists.txt | |
| parent | Prevent buffer overflow in svg transformation reading; lp:1047524 (diff) | |
| download | inkscape-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.txt | 2 |
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 |
