Remove conditional installation of translated docs.

This commit is contained in:
Andrius Štikonas 2017-09-06 21:27:46 +01:00
parent 421515dcaa
commit c2c68384a1
1 changed files with 0 additions and 6 deletions

View File

@ -87,12 +87,6 @@ add_subdirectory(doc)
ki18n_install(po)
get_filename_component(_doc_translations_path doc-translations ABSOLUTE)
if (EXISTS ${_doc_translations_path}/CMakeLists.txt)
add_subdirectory(doc-translations)
endif()
message(STATUS "KDE Partition Manager ${VERSION} will be built for install into ${CMAKE_INSTALL_PREFIX}")
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)