]> source.dussan.org Git - tigervnc.git/commitdiff
Typo
authorDRC <dcommander@users.sourceforge.net>
Wed, 18 Jan 2012 08:10:21 +0000 (08:10 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 18 Jan 2012 08:10:21 +0000 (08:10 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4837 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt

index 626af177aaa7af80cc6c2eac73a0915fec495fa5..88af909c41c657ba7b4ffa791ea87e88278d5d45 100644 (file)
@@ -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 "")