View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006679CMakeCMakepublic2008-03-28 18:422008-07-03 16:01
Reporteramaclean 
Assigned ToDouglas Gregor 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in VersionCMake-2-6 
Summary0006679: Path Suffix update needed in FindBoost.cmake
DescriptionIn FindBoost.cmake, we need to update SUFFIX_FOR_PATH in order to support the version 1_35 release of boost, just add in the line "boost-1_34" as follows:
SET(SUFFIX_FOR_PATH
 boost-1_35_1
 boost-1_35_0
 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
(0010970)
amaclean (reporter)
2008-03-28 18:58

The first sentence should read:
In FindBoost.cmake, we need to update SUFFIX_FOR_PATH in order to support the version 1_35 release of boost, just add in the line "boost-1_35" as follows:
(0011487)
Douglas Gregor (developer)
2008-04-22 13:20

Fixed by new FindBoost module.

 Issue History
Date Modified Username Field Change
2008-03-28 18:42 amaclean New Issue
2008-03-28 18:58 amaclean Note Added: 0010970
2008-04-22 13:20 Douglas Gregor Status new => resolved
2008-04-22 13:20 Douglas Gregor Fixed in Version => CMake-2-6
2008-04-22 13:20 Douglas Gregor Resolution open => fixed
2008-04-22 13:20 Douglas Gregor Assigned To => Douglas Gregor
2008-04-22 13:20 Douglas Gregor Note Added: 0011487
2008-07-03 16:01 Douglas Gregor Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team