From: <ai...@us...> - 2013-12-05 20:53:08
|
Revision: 12813 http://sourceforge.net/p/plplot/code/12813 Author: airwin Date: 2013-12-05 20:53:04 +0000 (Thu, 05 Dec 2013) Log Message: ----------- Fix cut and paste error where I inadvertently created a tcl dependency that does not exist. Modified Paths: -------------- trunk/cmake/epa_build/libagg/CMakeLists.txt trunk/cmake/epa_build/libharu/CMakeLists.txt Modified: trunk/cmake/epa_build/libagg/CMakeLists.txt =================================================================== --- trunk/cmake/epa_build/libagg/CMakeLists.txt 2013-12-05 10:48:48 UTC (rev 12812) +++ trunk/cmake/epa_build/libagg/CMakeLists.txt 2013-12-05 20:53:04 UTC (rev 12813) @@ -24,7 +24,7 @@ # ignored. set(ignored_dependencies_LIST ${extra_ignored_dependencies_list}) -set(dependencies_LIST tcl) +set(dependencies_LIST) # Do boilerplate tasks that must be done for each different project # that is configured as part of epa_build. Modified: trunk/cmake/epa_build/libharu/CMakeLists.txt =================================================================== --- trunk/cmake/epa_build/libharu/CMakeLists.txt 2013-12-05 10:48:48 UTC (rev 12812) +++ trunk/cmake/epa_build/libharu/CMakeLists.txt 2013-12-05 20:53:04 UTC (rev 12813) @@ -24,7 +24,7 @@ # ignored. set(ignored_dependencies_LIST ${extra_ignored_dependencies_list}) -set(dependencies_LIST tcl) +set(dependencies_LIST) # Do boilerplate tasks that must be done for each different project # that is configured as part of epa_build. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |