Revision: 41242
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41242&view=rev
Author:   starseeker
Date:     2010-11-03 17:19:56 +0000 (Wed, 03 Nov 2010)

Log Message:
-----------
Put that zeroing out of the linklibs var where it belongs.

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

Modified: brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake
===================================================================
--- brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake 2010-11-03 17:12:00 UTC 
(rev 41241)
+++ brlcad/branches/cmake/src/other/tcl/CMake/tcl.cmake 2010-11-03 17:19:56 UTC 
(rev 41242)
@@ -390,6 +390,7 @@
 # SC_TCL_LINK_LIBS
 #--------------------------------------------------------------------
 MACRO(SC_TCL_LINK_LIBS)
+       SET(TCL_LINK_LIBS "")
        CHECK_FUNCTION_EXISTS(sin, HAVE_MATHLIB)
        IF(NOT HAVE_MATHLIB)
                CHECK_LIBRARY(M m sin)

Modified: brlcad/branches/cmake/src/other/tcl/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tcl/CMakeLists.txt  2010-11-03 17:12:00 UTC 
(rev 41241)
+++ brlcad/branches/cmake/src/other/tcl/CMakeLists.txt  2010-11-03 17:19:56 UTC 
(rev 41242)
@@ -157,7 +157,6 @@
 
 SC_TCL_CFG_ENCODING()
 
-SET(TCL_LINK_LIBS "")
 SC_TCL_LINK_LIBS()
 
 # TODO - look over SC_ENABLE_SHARED, SC_CONFIG_CFLAGS and SC_ENABLE_SYMBOLS

Modified: brlcad/branches/cmake/src/other/tcl/doc/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tcl/doc/CMakeLists.txt      2010-11-03 
17:12:00 UTC (rev 41241)
+++ brlcad/branches/cmake/src/other/tcl/doc/CMakeLists.txt      2010-11-03 
17:19:56 UTC (rev 41242)
@@ -221,5 +221,5 @@
        vwait.n
        while.n
 )
-install(FILES ${tcl_MAN5} DESTINATION ${MAN_DIR}/man5)
+install(FILES ${tcl_MANN} DESTINATION ${MAN_DIR}/mann)
 


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

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to