aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-02-01 21:34:51 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-02-01 21:34:51 +0000
commitc9706fa7bb1c557a0ee7e0e3037a068921790229 (patch)
tree88a70a79c8a26c0b40577e5c68346227c39fcd78
parent140992a24a239340886832fd055ae46453c8920b (diff)
downloadextra-cmake-modules-c9706fa7bb1c557a0ee7e0e3037a068921790229.tar.gz
extra-cmake-modules-c9706fa7bb1c557a0ee7e0e3037a068921790229.tar.bz2
fix typo, thanks to peter
Alex svn path=/trunk/KDE/kdelibs/; revision=504698
-rw-r--r--modules/FindKDE4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake
index 47b7d9b1..6fb1e139 100644
--- a/modules/FindKDE4.cmake
+++ b/modules/FindKDE4.cmake
@@ -162,7 +162,7 @@ IF(MSVC)
SET( QT_AND_KDECORE_LIBS ${QT_AND_KDECORE_LIBS} ${KDE4_KDEWIN32_LIBRARY})
SET( _KDE4_PLATFORM_INCLUDE_DIRS ${KDE4_INCLUDE_DIR}/win/include ${KDE4_INCLUDE_DIR}/win/include/msvc )
SET( _KDE4_PLATFORM_DEFINITIONS -D_WINSOCKAPI_ -DWIN32_LEAN_AND_MEAN -DMAKE_KDEWIN32_LIB -DUNICODE )
- SET( CMAKE_INCLUDE_PATH ${${KDE4_INCLUDE_DIR}/win/include ${KDE4_INCLUDE_DIR}/win/include/msvc )
+ SET( CMAKE_INCLUDE_PATH ${KDE4_INCLUDE_DIR}/win/include ${KDE4_INCLUDE_DIR}/win/include/msvc )
ENDIF(MSVC)
#only on linux, but not e.g. on FreeBSD: