MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010112 | CMake | CMake | public | 2010-01-08 16:08 | 2016-06-10 14:31 |
| Reporter | peastman | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0010112: string(CONFIGURE ... ESCAPE_QUOTES) does not work | ||||
| Description | When using the string(CONFIGURE ...) command, the ESCAPE_QUOTES option is simply ignored. For example, the following script set(foo \"Hello!\") message(${foo}) string(CONFIGURE "@foo@" result ESCAPE_QUOTES) message(${result}) produces this output: "Hello!" "Hello!" As you can see, the quotes have not been escaped. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/4468/0001-string-CONFIGURE-add-a-real-testcase-for-ESCAPE_QUOT.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-01-08 16:08 | peastman | New Issue | |||
| 2010-12-15 07:21 | David Cole | Assigned To | => David Cole | ||
| 2010-12-15 07:21 | David Cole | Status | new => assigned | ||
| 2011-02-09 14:26 | David Cole | Status | assigned => backlog | ||
| 2011-02-09 15:09 | David Cole | Assigned To | David Cole => | ||
| 2012-09-09 06:37 | Rolf Eike Beer | File Added: 0001-string-CONFIGURE-add-a-real-testcase-for-ESCAPE_QUOT.patch | |||
| 2012-09-09 09:04 | Rolf Eike Beer | Note Added: 0030965 | |||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041638 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:27 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||