1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Revert "call ecm_install_po_files_as_qm if po dir exists. this stops Neon CI adding its own po instructions which breaks because of clashes in src/main/"

This reverts commit 83f1e9c329.
This commit is contained in:
David Rosca 2018-03-02 16:45:41 +01:00
parent 71615c675f
commit 3bea379ed1
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -160,8 +160,4 @@ if (BUILD_TESTING)
add_subdirectory(tests/benchmarks)
endif()
if (IS_DIRECTORY "${CMAKE_SOURCE_DIR}/po")
ecm_install_po_files_as_qm(po)
endif()
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)