MantisBT - CMake
View Issue Details
0014175CMakeModulespublic2013-05-28 05:252013-10-07 10:09
Bjoern Thiel 
Brad King 
normalmajoralways
closedfixed 
CMake 2.8.10.2 
CMake 2.8.12CMake 2.8.12 
0014175: SelectLibraryConfigurations.cmake fails on cached variable
In line 65
   set( ${basename}_LIBRARY )
removes the normal variable,
but if the corresponding cached variable is present in line 67
   list( APPEND ${basename}_LIBRARY optimized "${_libname}" )
uses that and fails.

To fix this replace line 65 with
   set( ${basename}_LIBRARY "" )
Use FindPythonLibs.cmake
No tags attached.
Issue History
2013-05-28 05:25Bjoern ThielNew Issue
2013-05-28 09:35Brad KingNote Added: 0033141
2013-05-28 09:35Brad KingAssigned To => Brad King
2013-05-28 09:35Brad KingStatusnew => resolved
2013-05-28 09:35Brad KingResolutionopen => fixed
2013-05-28 09:35Brad KingFixed in Version => CMake 2.8.12
2013-05-28 09:35Brad KingTarget Version => CMake 2.8.12
2013-10-07 10:09Robert MaynardNote Added: 0034065
2013-10-07 10:09Robert MaynardStatusresolved => closed

Notes
(0033141)
Brad King   
2013-05-28 09:35   
Patch applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a2099a8e [^]
(0034065)
Robert Maynard   
2013-10-07 10:09   
Closing resolved issues that have not been updated in more than 4 months.