aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2006-04-10 08:54:08 +0000
committerDavid Faure <faure@kde.org>2006-04-10 08:54:08 +0000
commit37e97e7ae605fdff2aa7b1beda154ba0ae015555 (patch)
tree2d6d9eca9e60722803e3de6c7efb2a73c6fa17ae
parentc19deb1e9c1d2009b1cbf8eb53fa2f09c215506e (diff)
downloadextra-cmake-modules-37e97e7ae605fdff2aa7b1beda154ba0ae015555.tar.gz
extra-cmake-modules-37e97e7ae605fdff2aa7b1beda154ba0ae015555.tar.bz2
Reported to fix compilation with msvc.
svn path=/trunk/KDE/kdelibs/; revision=528134
-rw-r--r--modules/FindGettext.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindGettext.cmake b/modules/FindGettext.cmake
index 26bab048..a117ebf7 100644
--- a/modules/FindGettext.cmake
+++ b/modules/FindGettext.cmake
@@ -10,7 +10,8 @@
# functionality can also reside in standalone Gettext library, or the one
# embedded within kdelibs (cf. gettext.m4 from Gettext source).
-INCLUDE(CheckIncludeFiles)
+include(CheckIncludeFiles)
+include(CheckLibraryExists)
include(CheckFunctionExists)
check_include_files(libintl.h HAVE_LIBINTL_H)