Browse Source

Typo


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4837 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.0
DRC 12 years ago
parent
commit
60d6158656
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View 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 "")

Loading…
Cancel
Save