~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to cmake/modules/FindGettext.cmake

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2011-11-13 10:46:00 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111113104600-56c59agrs615gjim
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
find_path(Gettext_INCLUDE_DIR
31
31
  NAMES libintl.h
32
 
  PATHS ${Gettext_PKGCONF_INCLUDE_DIRS}
 
32
  PATHS ${Gettext_PKGCONF_INCLUDE_DIRS} /opt/local/include
33
33
)
34
34
 
35
35
set(Gettext_PROCESS_INCLUDES Gettext_INCLUDE_DIR)