Revision: 77956
          http://sourceforge.net/p/brlcad/code/77956
Author:   starseeker
Date:     2020-12-10 18:19:50 +0000 (Thu, 10 Dec 2020)
Log Message:
-----------
Skip the index_gen.log file and just print the output to the usual I/O 
channels.  In CI we can't see the log contents.

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

Modified: brlcad/trunk/src/tclscripts/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/tclscripts/CMakeLists.txt  2020-12-10 17:12:53 UTC (rev 
77955)
+++ brlcad/trunk/src/tclscripts/CMakeLists.txt  2020-12-10 18:19:50 UTC (rev 
77956)
@@ -38,7 +38,7 @@
     set(tclindex_outdir 
"${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${DATA_DIR}/${targetdir}")
     add_custom_command(
       OUTPUT ${tclindex_outdir}/${outfile}
-      COMMAND btclsh ${CMAKE_BINARY_DIR}/CMakeTmp/${cmd}.tcl 
${tclindex_outdir} >> ${CMAKE_CURRENT_BINARY_DIR}/${cmd}_index_gen.log 2>&1
+      COMMAND btclsh ${CMAKE_BINARY_DIR}/CMakeTmp/${cmd}.tcl ${tclindex_outdir}
       DEPENDS btclsh ${data_target_list} ${tcl_files}
       )
 
@@ -64,9 +64,6 @@
     list(REMOVE_DUPLICATES tclindex_target_list)
     set(tclindex_target_list "${tclindex_target_list}" CACHE STRING "tclindex 
target list" FORCE)
 
-    set(LOG_FILES 
"${LOG_FILES};${CMAKE_CURRENT_BINARY_DIR}/${cmd}_index_gen.log")
-
-    DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/${cmd}_index_gen.log)
   endif (BRLCAD_ENABLE_TCL)
 endmacro(general_tcl_index_BUILD name targetdir)
 mark_as_advanced(tclindex_target_list)

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