aboutsummaryrefslogtreecommitdiff
path: root/modules/FindAGG.cmake
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-11-20 09:34:10 +0000
committerLaurent Montel <montel@kde.org>2006-11-20 09:34:10 +0000
commit491b73d5a0712517b0be22ef7657b91a078ec08c (patch)
tree10652585a7d25b587fe0bc53459886fc76d2d961 /modules/FindAGG.cmake
parent686e98c28b13088f1a86fa3b1c910d1037122cbb (diff)
downloadextra-cmake-modules-491b73d5a0712517b0be22ef7657b91a078ec08c.tar.gz
extra-cmake-modules-491b73d5a0712517b0be22ef7657b91a078ec08c.tar.bz2
Don't try to use pkg-config under Windows
svn path=/trunk/KDE/kdelibs/; revision=606389
Diffstat (limited to 'modules/FindAGG.cmake')
-rw-r--r--modules/FindAGG.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindAGG.cmake b/modules/FindAGG.cmake
index d4b6df27..178c772b 100644
--- a/modules/FindAGG.cmake
+++ b/modules/FindAGG.cmake
@@ -17,7 +17,7 @@ if (AGG_INCLUDE_DIR AND AGG_LIBRARIES)
SET(AGG_FOUND TRUE)
else (AGG_INCLUDE_DIR AND AGG_LIBRARIES)
-
+IF (NOT WIN32)
# use pkg-config to get the directories and then use these values
# in the FIND_PATH() and FIND_LIBRARY() calls
INCLUDE(UsePkgConfig)
@@ -25,7 +25,7 @@ else (AGG_INCLUDE_DIR AND AGG_LIBRARIES)
PKGCONFIG(libagg _AGGIncDir _AGGLinkDir _AGGLinkFlags _AGGCflags)
set(AGG_DEFINITIONS ${_AGGCflags})
-
+ENDIF (NOT WIN32)
FIND_PATH(AGG_INCLUDE_DIR agg2/agg_pixfmt_gray.h
${_AGGIncDir}
/usr/include