----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125561/ -----------------------------------------------------------
(Updated Oct. 10, 2015, 2:05 p.m.) Status ------ This change has been marked as submitted. Review request for Build System, kdelibs, Localization and Translation (l10n), Albert Astals Cid, and Alexander Neundorf. Changes ------- Submitted with commit fd59e696d0a27e28b5551dff3d88d94d16787c2b by Hrvoje Senjan to branch KDE/4.14. Repository: kdelibs Description ------- Otherwise some apps fail to build with kdelibs >= 4.14.11: ``` CMake Error at /usr/share/kde4/apps/cmake/modules/FindGettext.cmake:232 (ADD_CUSTOM_TARGET): add_custom_target cannot create target "pofiles" because another target with the same name already exists. The existing target is a custom target created in source directory "/home/hrvoje/rpmbuild/BUILD/skanlite-1.1/po/be". See documentation for policy CMP0002 for more details. Call Stack (most recent call first): po/zh_CN/CMakeLists.txt:2 (GETTEXT_PROCESS_PO_FILES) ``` Diffs ----- cmake/modules/FindGettext.cmake 91e88f7 Diff: https://git.reviewboard.kde.org/r/125561/diff/ Testing ------- Skanlite now builds. Thanks, Hrvoje Senjan