aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 626af177..88af909c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ add_definitions(-DPACKAGE_VERSION="${VERSION}")
add_definitions(-DLOCALEDIR="${CMAKE_INSTALL_PREFIX}/share/locale")
if(MSVC)
- message(FATAL "TigerVNC cannot be built with Visual Studio. Please use MinGW")
+ message(FATAL_ERROR "TigerVNC cannot be built with Visual Studio. Please use MinGW")
endif()
set(BUILD "")