| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008587 | BatchMake | | public | 2009-02-23 13:12 | 2009-02-23 13:12 |
|
| Reporter | Julien Finet | |
| Assigned To | | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0008587: "Set" expand strings like if they were variables |
| Description | set(foo 'toto')
set(bar tutu)
echo $bar -> tutu
set(bar foo) <= foo shall not be taken as a variable here
echo $bar -> toto
set(bar $foo)
echo $bar -> toto |
| Tags | No tags attached. |
|
| Attached Files | |
|