The summary is sacred... we should be making it shorter, not longer. ;) It's okay if not every option is listed. I think it should only list the options and information that are useful to users, not so much our dev build options. It used to fit neatly within a classic 80x24 screen.
On Dec 5, 2013, at 2:00 PM, [email protected] wrote: > Revision: 58830 > http://sourceforge.net/p/brlcad/code/58830 > Author: tbrowder2 > Date: 2013-12-05 19:00:13 +0000 (Thu, 05 Dec 2013) > Log Message: > ----------- > add experimental option to use C++ compiler on all C files, too > > Modified Paths: > -------------- > brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake > > Modified: brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake > =================================================================== > --- brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake 2013-12-05 18:59:44 UTC > (rev 58829) > +++ brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake 2013-12-05 19:00:13 UTC > (rev 58830) > @@ -246,6 +246,7 @@ > set(BRLCAD_DOCBOOK_BUILD_LABEL "Generate extra docs ") > set(ENABLE_STRICT_COMPILER_STANDARD_COMPLIANCE_LABEL "Build with strict ISO C > compliance checking ") > set(ENABLE_POSIX_COMPLIANCE_LABEL "Build with strict POSIX compliance > checking ") > +set(ENABLE_ALL_CXX_COMPILE_LABEL "Build all C and C++ files with a C++ > compiler ") > > # Make sets to use for iteration over all report items > set(BUILD_REPORT_ITEMS > @@ -262,7 +263,8 @@ > BRLCAD_ENABLE_SMP BUILD_STATIC_LIBS BUILD_SHARED_LIBS > BRLCAD_ENABLE_COMPILER_WARNINGS BRLCAD_ENABLE_VERBOSE_PROGRESS > BRLCAD_INSTALL_EXAMPLE_GEOMETRY BRLCAD_DOCBOOK_BUILD > - ENABLE_STRICT_COMPILER_STANDARD_COMPLIANCE ENABLE_POSIX_COMPLIANCE) > + ENABLE_STRICT_COMPILER_STANDARD_COMPLIANCE ENABLE_POSIX_COMPLIANCE > + ENABLE_ALL_CXX_COMPILE) > > # Construct list of all items > set(ALL_ITEMS) > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > BRL-CAD Source Commits mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/brlcad-commits ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
