From: <arj...@us...> - 2009-02-10 05:32:33
|
Revision: 9487 http://plplot.svn.sourceforge.net/plplot/?rev=9487&view=rev Author: arjenmarkus Date: 2009-02-10 05:32:30 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Removing trailing blanks Modified Paths: -------------- trunk/cmake/modules/tcl-related.cmake Modified: trunk/cmake/modules/tcl-related.cmake =================================================================== --- trunk/cmake/modules/tcl-related.cmake 2009-02-10 04:05:40 UTC (rev 9486) +++ trunk/cmake/modules/tcl-related.cmake 2009-02-10 05:32:30 UTC (rev 9487) @@ -150,7 +150,7 @@ message(STATUS "Looking for itk library") set(itk_library_versions 3.4 3.3 3.2 3.1 3.0 2.1 2.0) foreach(version ${itk_library_versions}) - find_library(ITK_LIBRARY itk${version} + find_library(ITK_LIBRARY itk${version} PATH_SUFFIXES itk${version}) endforeach(version ${itk_library_versions}) if(ITK_LIBRARY) @@ -179,7 +179,7 @@ set(ENABLE_itk OFF CACHE BOOL "Enable incr Tk interface code" FORCE) endif(TCL_FOUND AND TCL_TCLSH) else(ENABLE_tcl) - message(STATUS + message(STATUS "ENABLE_tcl is OFF so disabling everything else that " "is Tcl/Tk related" ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |