Revision: 51741
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51741&view=rev
Author:   starseeker
Date:     2012-08-01 14:50:46 +0000 (Wed, 01 Aug 2012)
Log Message:
-----------
Mark a few more variables as advanced.

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/FindSTL.cmake
    brlcad/trunk/src/other/CMakeLists.txt

Modified: brlcad/trunk/misc/CMake/FindSTL.cmake
===================================================================
--- brlcad/trunk/misc/CMake/FindSTL.cmake       2012-08-01 13:55:29 UTC (rev 
51740)
+++ brlcad/trunk/misc/CMake/FindSTL.cmake       2012-08-01 14:50:46 UTC (rev 
51741)
@@ -81,12 +81,11 @@
 
   set(CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES_BAK}")
 
-  mark_as_advanced(STDCXX_LIBRARIES)
-
   # handle the QUIETLY and REQUIRED arguments 
   include(FindPackageHandleStandardArgs)
   FIND_PACKAGE_HANDLE_STANDARD_ARGS(STL DEFAULT_MSG STDCXX_LIBRARIES)
 endif("${STL_LIB_TEST}" EQUAL 1)
+mark_as_advanced(STDCXX_LIBRARIES)
 
 # Local Variables:
 # tab-width: 8

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2012-08-01 13:55:29 UTC (rev 
51740)
+++ brlcad/trunk/src/other/CMakeLists.txt       2012-08-01 14:50:46 UTC (rev 
51741)
@@ -750,6 +750,8 @@
   DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/step/include/scl_cf.h.in)
   DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/step/scl_version_string.h.txt)
 endif(BRLCAD_SCL_BUILD)
+mark_as_advanced(SCL_BUILD_TYPE)
+mark_as_advanced(SCL_GENERATE_LEXER_PARSER)
 mark_as_advanced(SCL_BUILD_SHARED_LIBS)
 mark_as_advanced(SCL_BUILD_STATIC_LIBS)
 mark_as_advanced(SCL_CPP_GENERATOR)

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to