Revision: 41267
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41267&view=rev
Author:   starseeker
Date:     2010-11-07 01:47:33 +0000 (Sun, 07 Nov 2010)

Log Message:
-----------
Not sure if I'm set up correctly on this (i.e. whether subsequent invocations 
of this macro using unmodified tcl.cmake files will cause trouble) but 
apparently Archer is Not Happy with threaded Tcl - disable by default.

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake

Modified: brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake
===================================================================
--- brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake 2010-11-06 14:09:36 UTC 
(rev 41266)
+++ brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake 2010-11-07 01:47:33 UTC 
(rev 41267)
@@ -78,7 +78,7 @@
 # SC_ENABLE_THREADS
 #------------------------------------------------------------------------
 MACRO(SC_ENABLE_THREADS)
-       OPTION(TCL_THREADS "Enable Tcl Thread support" ON)
+       OPTION(TCL_THREADS "Enable Tcl Thread support" OFF)
        IF(TCL_THREADS)
                ADD_TCL_CFLAG(TCL_THREADS)
                ADD_TCL_CFLAG(USE_THREAD_ALLOC)


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

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to