From 60d61586564a04806cbdab6d4b89004249ab292a Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 18 Jan 2012 08:10:21 +0000 Subject: [PATCH] Typo git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4837 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "") -- 2.39.5