Explorar o código

ENH: add docs for QT_REQUIRED

Bill Hoffman %!s(int64=20) %!d(string=hai) anos
pai
achega
a9344a547b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Modules/FindQt.cmake

+ 2 - 0
Modules/FindQt.cmake

@@ -10,6 +10,8 @@
 #  Once the user sets DESIRED_QT_VERSION, then the FindQt3 or FindQt4 module
 #  is included.
 #
+#  QT_REQUIRED if this is set to TRUE then if cmake can not find QT4 or QT3
+#              an error is raised and a message is sent to the user.
 #  DESIRED_QT_VERSION OPTION is created
 #  QT4_INSTALLED is set to TRUE if qt4 is found.
 #  QT3_INSTALLED is set to TRUE if qt3 is found.