~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-01-07 14:59:48 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090107145948-9il77ur1361sl9xf
Tags: 2.0~svn6176-0ubuntu1
* New svn snapshot 
  - 2.0 Beta 2 plus a few fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Search KDE installation
2
2
FIND_PACKAGE(KDE4 REQUIRED)
3
 
FIND_PACKAGE(Gettext REQUIRED)
4
3
 
 
4
FIND_PROGRAM(GETTEXT_MSGFMT_EXECUTABLE msgfmt)
5
5
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
6
 
   MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
 
6
   MESSAGE(FATAL_ERROR "Please install the msgfmt binary which comes with gettext")
7
7
ENDIF (NOT GETTEXT_MSGFMT_EXECUTABLE)
8
8
 
9
9
FILE(GLOB _po_files *.po)