View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014175CMakeModulespublic2013-05-28 05:252013-10-07 10:09
ReporterBjoern Thiel 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.10.2 
Target VersionCMake 2.8.12Fixed in VersionCMake 2.8.12 
Summary0014175: SelectLibraryConfigurations.cmake fails on cached variable
DescriptionIn 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 "" )
Steps To ReproduceUse FindPythonLibs.cmake
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0033141)
Brad King (manager)
2013-05-28 09:35

Patch applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a2099a8e [^]
(0034065)
Robert Maynard (manager)
2013-10-07 10:09

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-05-28 05:25 Bjoern Thiel New Issue
2013-05-28 09:35 Brad King Note Added: 0033141
2013-05-28 09:35 Brad King Assigned To => Brad King
2013-05-28 09:35 Brad King Status new => resolved
2013-05-28 09:35 Brad King Resolution open => fixed
2013-05-28 09:35 Brad King Fixed in Version => CMake 2.8.12
2013-05-28 09:35 Brad King Target Version => CMake 2.8.12
2013-10-07 10:09 Robert Maynard Note Added: 0034065
2013-10-07 10:09 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team