Bug #513
CMake still allows Boost version 1.52 to be used in spite of removal
| Status: | Closed | Start date: | 02/02/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | build | |||
| Target version: | release-3.6.4 | |||
| Resolution: | fixed |
Description
In cmake/Modules/GrBoost.cmake, we have removed version 1.52 from the list of allowed Boost versions, yet users report it still passes configuration.
History
Updated by Tom Rondeau 4 months ago
- Status changed from New to Resolved
- Resolution set to fixed
Fixed this in commit a57dbeeed3d12df16caccf0d6fefad337a0dc48d
We had misunderstood the cmake Boost version checks. I just put in another list of known bad versions and check the returned Boost_VERSION against this list. If it matches, it turns Boost_FOUND to FALSE and spits out a message.
Updated by Ben Reynwar 3 months ago
- Status changed from Resolved to Closed