aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-02-03 22:30:30 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-02-03 22:30:30 +0000
commit8fd2d55e9cecc281f6da7a86bbff4011c490996a (patch)
tree8af8896e815e9b640028d28b266413518c9f3ab3 /modules/FindKDE4.cmake
parent0f0ed599605523734c61287f9e2f68061b068951 (diff)
downloadextra-cmake-modules-8fd2d55e9cecc281f6da7a86bbff4011c490996a.tar.gz
extra-cmake-modules-8fd2d55e9cecc281f6da7a86bbff4011c490996a.tar.bz2
for now the kdeinit stuff is also required on windows, make compiling easier for now
fix typo in mingw section Alex svn path=/trunk/KDE/kdelibs/; revision=505460
Diffstat (limited to 'modules/FindKDE4.cmake')
-rw-r--r--modules/FindKDE4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake
index f713e4e7..a3f42d40 100644
--- a/modules/FindKDE4.cmake
+++ b/modules/FindKDE4.cmake
@@ -162,7 +162,7 @@ ENDIF(CYGWIN)
IF(MINGW)
SET( QT_AND_KDECORE_LIBS ${QT_AND_KDECORE_LIBS} kdewin32 )
SET(_KDE4_PLATFORM_INCLUDE_DIRS ${KDE4_INCLUDE_DIR}/win/include ${KDE4_INCLUDE_DIR}/include/mingw )
- SET( CMAKE_INCLUDE_PATH ${${KDE4_INCLUDE_DIR}/win/include ${KDE4_INCLUDE_DIR}/win/include/mingw )
+ SET( CMAKE_INCLUDE_PATH ${KDE4_INCLUDE_DIR}/win/include ${KDE4_INCLUDE_DIR}/win/include/mingw )
ENDIF(MINGW)