Revision: 56824
          http://sourceforge.net/p/brlcad/code/56824
Author:   starseeker
Date:     2013-08-14 03:33:34 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
Add SC_BUILD_SCHEMAS flag to stepcode settings - will be useful down the road.

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

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2013-08-14 03:05:07 UTC (rev 
56823)
+++ brlcad/trunk/src/other/CMakeLists.txt       2013-08-14 03:33:34 UTC (rev 
56824)
@@ -800,6 +800,7 @@
 ")
 set(IS_SUBBUILD_STASH ${IS_SUBBUILD})
 set(IS_SUBBUILD ON)
+set(SC_BUILD_SCHEMAS "" CACHE STRING "Disable schema builds for BRL-CAD" FORCE)
 THIRD_PARTY(scl stepcode "LEMON_EXECUTABLE;PERPLEX_EXECUTABLE;BRLCAD_LEVEL3"  
scl_ALIASES scl_DESCRIPTION NOSYS)
 if(BRLCAD_SCL_BUILD)
   set(FEDEX_PLUS_EXEC fedex_plus CACHE STRING "Fedex plus executable" FORCE)
@@ -811,6 +812,7 @@
 endif(BRLCAD_SCL_BUILD)
 set(IS_SUBBUILD ${IS_SUBBUILD_STASH})
 mark_as_advanced(SC_BUILD_TYPE)
+mark_as_advanced(SC_BUILD_SCHEMAS)
 mark_as_advanced(SC_GENERATE_LEXER_PARSER)
 mark_as_advanced(SC_BUILD_SHARED_LIBS)
 mark_as_advanced(SC_BUILD_STATIC_LIBS)

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to