at 16.09-beta 420 B view raw
1diff -urN kdevplatform-1.7.3.orig/po/CMakeLists.txt kdevplatform-1.7.3/po/CMakeLists.txt 2--- kdevplatform-1.7.3.orig/po/CMakeLists.txt 2016-03-04 23:25:30.102112596 +0100 3+++ kdevplatform-1.7.3/po/CMakeLists.txt 2016-03-04 23:26:06.242570024 +0100 4@@ -1,3 +1,4 @@ 5+cmake_policy(SET CMP0002 OLD) 6 find_package(Gettext REQUIRED) 7 if (NOT GETTEXT_MSGMERGE_EXECUTABLE) 8 MESSAGE(FATAL_ERROR "Please install msgmerge binary")