From: DRC Date: Wed, 18 Jan 2012 08:10:21 +0000 (+0000) Subject: Typo X-Git-Tag: v1.2.0~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=60d61586564a04806cbdab6d4b89004249ab292a;p=tigervnc.git Typo git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4837 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- 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 "")