Parcourir la 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 il y a 12 ans
Parent
révision
60d6158656
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Voir le fichier

@@ -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 "")

Chargement…
Annuler
Enregistrer