diff options
author | DRC <dcommander@users.sourceforge.net> | 2012-01-18 08:10:21 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2012-01-18 08:10:21 +0000 |
commit | 60d61586564a04806cbdab6d4b89004249ab292a (patch) | |
tree | 311a4642a3c48e5766e65fe4b1c9bdc9f511af6a | |
parent | 16457a286ae1e334dfbbd238f68dfd1470345edb (diff) | |
download | tigervnc-60d61586564a04806cbdab6d4b89004249ab292a.tar.gz tigervnc-60d61586564a04806cbdab6d4b89004249ab292a.zip |
Typo
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4837 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | CMakeLists.txt | 2 |
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 "") |