The following issue has been SUBMITTED. ====================================================================== http://cmake.org/Bug/view.php?id=11528 ====================================================================== Reported By: Curan Assigned To: ====================================================================== Project: CMake Issue ID: 11528 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-11-27 04:50 EST Last Modified: 2010-11-27 04:50 EST ====================================================================== Summary: FindTCL.cmake uses wrong internal variables in FIND_LIBRARY() invocations Description: Debian got a bug report (http://cmake.org/Bug/view.php?id=600245) about FindTCL.cmake using the wrong variables in its two FIND_LIBRARY() invocations. The TCL invocation uses the TK_LIBRARY_VERSION variable and the TK invocation the TCL_LIBRARY_VERSION variable.
Attached you can find the (trival) patch to address this issue. Additional Information: Debian Bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600245 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2010-11-27 04:50 Curan New Issue 2010-11-27 04:50 Curan File Added: FindTCL_fix_#600245.diff ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
