Revision: 75571
http://sourceforge.net/p/brlcad/code/75571
Author: starseeker
Date: 2020-04-23 15:13:57 +0000 (Thu, 23 Apr 2020)
Log Message:
-----------
Whoops, didn't want to indent the script
Modified Paths:
--------------
brlcad/trunk/src/other/CMakeLists.txt
Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt 2020-04-23 15:12:40 UTC (rev
75570)
+++ brlcad/trunk/src/other/CMakeLists.txt 2020-04-23 15:13:57 UTC (rev
75571)
@@ -403,11 +403,11 @@
BRLCAD_INCLUDE_FILE(tcl.h HAVE_TCL_H)
# We're going to need the path to the system init.tcl for btclsh and bwish
set(inittcl_script "
- set filename \"${CMAKE_BINARY_DIR}/CMakeTmp/tcl_inittcl\"
- set fileID [open $filename \"w\"]
- puts $fileID $auto_path
- close $fileID
- exit
+set filename \"${CMAKE_BINARY_DIR}/CMakeTmp/tcl_inittcl\"
+set fileID [open $filename \"w\"]
+puts $fileID $auto_path
+close $fileID
+exit
")
set(inittcl_scriptfile "${CMAKE_BINARY_DIR}/CMakeTmp/tcl_inittcl.tcl")
file(WRITE ${inittcl_scriptfile} ${inittcl_script})
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