Guest User

Untitled

a guest
Nov 22nd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. --- a/misc/CMake/FindTCL.cmake 2013-06-14 01:58:20.000000000 -0400
  2. +++ b/misc/CMake/FindTCL.cmake 2013-11-22 22:00:21.183430332 -0500
  3. @@ -307,7 +307,7 @@
  4.  
  5.  
  6. # Set up the logic for determining if a particular Tcl is compiled threaded.
  7. -set(tclthreaded_script"
  8. +set(tclthreaded_script "
  9. set filename \"${CMAKE_BINARY_DIR}/CMakeTmp/TCL_THREADED\"
  10. set fileId [open $filename \"w\"]
  11. if {[info exists tcl_platform(threaded)]} {puts $fileId 1}
Advertisement
Add Comment
Please, Sign In to add comment