|
From: <ai...@us...> - 2013-10-25 06:22:21
|
Revision: 12627
http://sourceforge.net/p/plplot/code/12627
Author: airwin
Date: 2013-10-25 06:22:19 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
Bump the maximum version searched for to 4.0.0 for iTcl. (Note that version
is an integral part of the Tcl-8.6.1 source code and automatically
builds when Tcl-8.6.1 is built.)
Modified Paths:
--------------
trunk/cmake/modules/tcl-related.cmake
Modified: trunk/cmake/modules/tcl-related.cmake
===================================================================
--- trunk/cmake/modules/tcl-related.cmake 2013-10-24 23:01:26 UTC (rev 12626)
+++ trunk/cmake/modules/tcl-related.cmake 2013-10-25 06:22:19 UTC (rev 12627)
@@ -94,7 +94,7 @@
message(STATUS "Looking for itcl.h - found")
message(STATUS "Looking for itcl library")
get_filename_component(TCL_LIBRARY_PATH ${TCL_LIBRARY} PATH)
- set(itcl_library_versions 3.4 3.3 3.2 3.1 3.0 2.1 2.0)
+ set(itcl_library_versions 4.0.0 3.4 3.3 3.2 3.1 3.0 2.1 2.0)
foreach(version ${itcl_library_versions})
find_library(ITCL_LIBRARY itcl${version} PATHS ${TCL_LIBRARY_PATH}
PATH_SUFFIXES itcl${version})
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|