Revision: 55873
          http://sourceforge.net/p/brlcad/code/55873
Author:   starseeker
Date:     2013-06-27 11:39:32 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
Don't print the verbose warning if Qt5 isn't found.

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-06-27 11:20:22 UTC (rev 55872)
+++ brlcad/trunk/CMakeLists.txt 2013-06-27 11:39:32 UTC (rev 55873)
@@ -1088,7 +1088,7 @@
 endif(BRLCAD_ENABLE_AQUA)
 
 # Enable features requiring Qt
-find_package(Qt5Widgets)
+find_package(Qt5Widgets QUIET)
 option(BRLCAD_ENABLE_QT "Enable features requiring Qt" OFF)
 if(Qt5Widgets_FOUND)
   set(BRLCAD_ENABLE_QT ON)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to