diff options
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index f41aea04..5755836d 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -608,7 +608,7 @@ endif (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)  if (WIN32)     if(CYGWIN) -      message(FATAL_ERROR "Cygwin NOT supported, please edit FindKDE4.cmake to enable it") +      message(FATAL_ERROR "Cygwin is NOT supported, use mingw or MSVC to build KDE4.")     endif(CYGWIN)     find_package(KDEWIN32 REQUIRED) | 
