Revision: 55875
          http://sourceforge.net/p/brlcad/code/55875
Author:   starseeker
Date:     2013-06-27 12:21:44 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
Mark a few variables as advanced so they don't clutter the default CMake GUI 
display

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-06-27 11:47:52 UTC (rev 55874)
+++ brlcad/trunk/CMakeLists.txt 2013-06-27 12:21:44 UTC (rev 55875)
@@ -1093,6 +1093,7 @@
 if(Qt5Widgets_FOUND)
   set(BRLCAD_ENABLE_QT ON)
 endif(Qt5Widgets_FOUND)
+mark_as_advanced(Qt5Widgets_DIR)
 
 #----------------------------------------------------------------------
 # The following are fine-grained options for enabling/disabling compiler

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2013-06-27 11:47:52 UTC (rev 
55874)
+++ brlcad/trunk/src/other/CMakeLists.txt       2013-06-27 12:21:44 UTC (rev 
55875)
@@ -66,6 +66,7 @@
 # At the start, clear the src/other subdirs list so repeated
 # configures will correctly add the required directories
 set(SRC_OTHER_ADDED_DIRS "" CACHE STRING "initialize 3rd party sub-directories 
list" FORCE)
+mark_as_advanced(SRC_OTHER_ADDED_DIRS)
 
 #-----------------------------------------------------------------------------
 # Load some CMake macros to handle the special case of third party libraries.
@@ -210,7 +211,8 @@
 
 # For all BRL-CAD projects, we will use the perplex template in
 # src/other/perplex
-SET(PERPLEX_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/perplex/perplex_template.c" 
CACHE STRING "Perplex template file" FORCE)
+set(PERPLEX_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/perplex/perplex_template.c" 
CACHE STRING "Perplex template file" FORCE)
+mark_as_advanced(PERPLEX_TEMPLATE)
 
 set(perplex_ALIASES ENABLE_PERPLEX)
 set(perplex_DESCRIPTION "

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