diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-31 17:46:14 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-31 17:46:14 +0000 |
| commit | 39673303486f17795104c8f55addcfa3471cf80c (patch) | |
| tree | 9ec9395909c75f7b1d24e55d5716f0f54112347d /CMakeLists.txt | |
| parent | Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR (diff) | |
| download | inkscape-39673303486f17795104c8f55addcfa3471cf80c.tar.gz inkscape-39673303486f17795104c8f55addcfa3471cf80c.zip | |
CMake: Drop support for devlibs builds
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f613d137..d52cae30c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,11 +232,7 @@ install(FILES TRANSLATORS DESTINATION ${INKSCAPE_SHARE_INSTALL}/doc) -if(HAVE_MSYS2) - include(CMakeScripts/InstallMSYS2.cmake) -else() - include(CMakeScripts/Install.cmake) -endif() +include(CMakeScripts/Install.cmake) # ----------------------------------------------------------------------------- # Uninstall Target @@ -317,17 +313,10 @@ message("WITH_JEMALLOC: ${WITH_JEMALLOC}") if(WIN32) message("") -message("HAVE_MINGW: ${HAVE_MINGW}") message("HAVE_MINGW64: ${HAVE_MINGW64}") message("MINGW_PATH: ${MINGW_PATH}") message("MINGW_ARCH: ${MINGW_ARCH}") message("MINGW_ARCH_PATH: ${MINGW_ARCH_PATH}") -if(NOT HAVE_MSYS2) -message("DEVLIBS_PATH: ${DEVLIBS_PATH}") -message("DEVLIBS_LIB: ${DEVLIBS_LIB}") -message("DEVLIBS_BIN: ${DEVLIBS_BIN}") -message("PKG_CONFIG_PATH: ${PKG_CONFIG_PATH}") -endif() endif() message("------------------------------------------------------------------------") |
