MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010365 | CMake | CMake | public | 2010-03-04 04:04 | 2016-06-10 14:31 |
| Reporter | Scott MacVicar | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0010365: Filenames containing $$ are not properly escaped. | ||||
| Description | $$ is used as in a filename within our project, when CMake finds it as a dependency it inserts this into dependency.make. cls/file$$0.h $$ has a special meaning within make, it's used for secondary expansion and $$ contains $. So when make is run it turns it to cls/file$0.h and there isn't a rule for making this target. In this case $$ needs to be escaped with another $$, so $$ becomes $$$$. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-03-04 04:04 | Scott MacVicar | New Issue | |||
| 2010-12-15 14:10 | David Cole | Note Added: 0024182 | |||
| 2011-01-17 14:52 | David Cole | Assigned To | => Bill Hoffman | ||
| 2011-01-17 14:52 | David Cole | Status | new => assigned | ||
| 2011-09-05 19:04 | Scott MacVicar | Note Added: 0027363 | |||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041664 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||