View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006869CMakeModulespublic2008-04-22 07:432008-07-03 16:01
ReporterMartin Apel 
Assigned ToDouglas Gregor 
PrioritynormalSeveritytrivialReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in VersionCMake-2-6 
Summary0006869: FindBoost is missing support for finding Boost version 1.35
DescriptionFindBoost.cmake contains a list of explicitly support Boost versions, which does not contain 1.35. The list should be extended appropriately:

# Add in some path suffixes. These will have to be updated whenever a new Boost version comes out.
SET(SUFFIX_FOR_PATH
 boost-1_35
 boost-1_34_1
 boost-1_34_0
 boost-1_34
 boost-1_33_1
 boost-1_33_0
)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0011486)
Douglas Gregor (developer)
2008-04-22 13:19

The updated FindBoost module handles newer Boost versions (including 1.35.0).

 Issue History
Date Modified Username Field Change
2008-04-22 07:43 Martin Apel New Issue
2008-04-22 13:12 Douglas Gregor Status new => assigned
2008-04-22 13:12 Douglas Gregor Assigned To => Douglas Gregor
2008-04-22 13:19 Douglas Gregor Status assigned => resolved
2008-04-22 13:19 Douglas Gregor Fixed in Version => CMake-2-6
2008-04-22 13:19 Douglas Gregor Resolution open => fixed
2008-04-22 13:19 Douglas Gregor Note Added: 0011486
2008-07-03 16:01 Douglas Gregor Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team