Bug #69
Arm build cache change unrecognised
| Status: | Resolved | Start: | 01/21/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Daniel Stonier | % Done: | 100% |
|
| Category: | Build Tools | |||
| Target version: | 0.3 - Statistical Methods | |||
Description
After changing the cache value for CMAKE_INSTALL_PREFIX and rebuilding the cache, the new value gets lost and replaced with the old one.
History
Updated by Daniel Stonier 1215 days ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Toolchain modules were FORCE'ing CMAKE_INSTALL_PREFIX, which meant the little sed script I had to convert the cpack directory wasn't saving when rebuilding the cache. Fixed by removing the FORCE in each toolchain module.