MantisBT - CMake
View Issue Details
0011528CMakeCMakepublic2010-11-27 04:502011-01-12 07:55
Curan 
Brad King 
normalminoralways
closedfixed 
CMake 2.8.3 
CMake 2.8.4CMake 2.8.4 
0011528: FindTCL.cmake uses wrong internal variables in FIND_LIBRARY() invocations
Debian got a bug report (#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.
Debian Bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600245 [^]
No tags attached.
diff FindTCL_fix_#600245.diff (1,007) 2010-11-27 04:50
https://public.kitware.com/Bug/file/3535/FindTCL_fix_%23600245.diff
Issue History
2010-11-27 04:50CuranNew Issue
2010-11-27 04:50CuranFile Added: FindTCL_fix_#600245.diff
2010-12-09 11:32Brad KingAssigned To => Brad King
2010-12-09 11:32Brad KingStatusnew => assigned
2010-12-09 11:33Brad KingNote Added: 0023845
2010-12-09 11:33Brad KingStatusassigned => closed
2010-12-09 11:33Brad KingResolutionopen => fixed
2011-01-12 07:55David ColeFixed in Version => CMake 2.8.4
2011-01-12 07:55David ColeTarget Version => CMake 2.8.4

Notes
(0023845)
Brad King   
2010-12-09 11:33   
Applied, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d95913e2 [^]