aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Pokrzywka <romain@kdab.net>2009-07-14 12:50:30 +0000
committerRomain Pokrzywka <romain@kdab.net>2009-07-14 12:50:30 +0000
commit00a6480f957d06b8679c1e62cded97402fb10e50 (patch)
treed22f3802222ffee01e55ee65ce12ea0dde4536b4
parent0ce3a1e6440db8190a4c7da5535b632df76bf1cb (diff)
downloadextra-cmake-modules-00a6480f957d06b8679c1e62cded97402fb10e50.tar.gz
extra-cmake-modules-00a6480f957d06b8679c1e62cded97402fb10e50.tar.bz2
arf, this little bugger took me two hours to find :-o
svn path=/trunk/KDE/kdelibs/; revision=996456
-rw-r--r--modules/FindKDEWin.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/FindKDEWin.cmake b/modules/FindKDEWin.cmake
index f034b738..469ba3dc 100644
--- a/modules/FindKDEWin.cmake
+++ b/modules/FindKDEWin.cmake
@@ -63,13 +63,13 @@ if (WIN32)
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${KDEWIN_LIBRARIES})
if (KDEWIN_FOUND)
- if (NOT KDEWIN_FIND_QUIETLY)
- message(STATUS "Found KDEWIN library: ${KDEWIN_LIBRARY}")
- endif (NOT KDEWIN_FIND_QUIETLY)
+ if (NOT KDEWin_FIND_QUIETLY)
+ message(STATUS "Found KDEWin library: ${KDEWIN_LIBRARY}")
+ endif (NOT KDEWin_FIND_QUIETLY)
else (KDEWIN_FOUND)
- if (KDEWIN_FIND_REQUIRED)
- message(FATAL_ERROR "Could NOT find KDEWIN library\nPlease install it first")
- endif (KDEWIN_FIND_REQUIRED)
+ if (KDEWin_FIND_REQUIRED)
+ message(FATAL_ERROR "Could NOT find KDEWin library\nPlease install it first")
+ endif (KDEWin_FIND_REQUIRED)
endif (KDEWIN_FOUND)
endif (WIN32)