mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01: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:
parent
e88f022bb7
commit
83f1e9c329
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user