Revision: 77871
          http://sourceforge.net/p/brlcad/code/77871
Author:   starseeker
Date:     2020-12-02 16:24:54 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
This code block moved in the branch.

Modified Paths:
--------------
    brlcad/branches/extbuild/CMakeLists.txt
    brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake

Modified: brlcad/branches/extbuild/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/CMakeLists.txt     2020-12-02 14:35:39 UTC (rev 
77870)
+++ brlcad/branches/extbuild/CMakeLists.txt     2020-12-02 16:24:54 UTC (rev 
77871)
@@ -433,14 +433,6 @@
   message("***********************************************************")
 endif(BRLCAD_PRINT_MSGS)
 
-# Now we define the various options for BRL-CAD - ways to enable and
-# disable features, select which parts of the system to build, etc.
-# As much as possible, sane default options are either selected or
-# detected.  Because documentation is autogenerated for BRL-CAD
-# options, be sure to initialize the file.
-set(CONFIG_OPT_STRING "CONFIGURATION OPTIONS\n---------------------\n")
-file(WRITE "${CMAKE_BINARY_DIR}/BRLCAD_OPTIONS" "${CONFIG_OPT_STRING}")
-
 # The BRL-CAD CMake build will also generate a configure script
 # that emulates the command option style of GNU Autotool's
 # configure.  Write the pre-defined header into the build-dir template

Modified: brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake
===================================================================
--- brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake       
2020-12-02 14:35:39 UTC (rev 77870)
+++ brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake       
2020-12-02 16:24:54 UTC (rev 77871)
@@ -4,7 +4,7 @@
 # documentation is autogenerated for BRL-CAD options, be sure to initialize the
 # file.
 set(CONFIG_OPT_STRING "CONFIGURATION OPTIONS\n---------------------\n")
-file(WRITE "${CMAKE_BINARY_DIR}/OPTIONS" "${CONFIG_OPT_STRING}")
+file(WRITE "${CMAKE_BINARY_DIR}/BRLCAD_OPTIONS" "${CONFIG_OPT_STRING}")
 
 
 # Build shared libs by default.  Mark this as advanced - turning off ALL shared

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to