1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

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 commit is contained in:
Jonathan Riddell 2018-03-02 14:38:30 +00:00
parent e88f022bb7
commit 83f1e9c329

View File

@ -160,4 +160,8 @@ 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)