diff options
| -rw-r--r-- | modules/FindKDEWin.cmake | 12 | 
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) | 
