View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007715CMakeCMakepublic2008-09-21 21:192008-09-25 10:22
ReporterPhilip Lowman 
Assigned ToBrad King 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007715: Add support for reading variables from the cache without unsetting a local variable.
DescriptionA need has been identified to read variables from the cache when they may be obscured by local scope variables.

It has been proposed that $CACHE{var} be implemented to allow the user to obtain values from the cache where they may be obscured by local variables (similar to $ENV{var} ).

http://www.cmake.org/pipermail/cmake/2008-August/023647.html [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0013579)
Brad King (manager)
2008-09-25 10:22

The $CACHE{} syntax looks good to me:

/cvsroot/CMake/CMake/Source/cmCommandArgumentParserHelper.cxx,v <-- Source/cmCommandArgumentParserHelper.cxx
new revision: 1.22; previous revision: 1.21
/cvsroot/CMake/CMake/Tests/Unset/CMakeLists.txt,v <-- Tests/Unset/CMakeLists.txt
new revision: 1.3; previous revision: 1.2

 Issue History
Date Modified Username Field Change
2008-09-21 21:19 Philip Lowman New Issue
2008-09-22 09:15 Bill Hoffman Status new => assigned
2008-09-22 09:15 Bill Hoffman Assigned To => Brad King
2008-09-25 10:22 Brad King Note Added: 0013579
2008-09-25 10:22 Brad King Status assigned => closed
2008-09-25 10:22 Brad King Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team