MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015993 | CMake | CMake | public | 2016-02-28 18:16 | 2016-06-10 14:31 |
| Reporter | Roy Ivy III | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Windows | OS | Windows | OS Version | 10 |
| Product Version | CMake 3.3.1 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0015993: "NMake Makefiles" generator doesn't escape special characters (such as '#') in build directory name correctly | ||||
| Description | When using `cmake -G "NMake Makefiles"` from a directory containing nmake-special characters, such as '#', the special characters are not escaped causing incorrect macro definitions and build executions. The special characters should be escaped with '^'. | ||||
| Steps To Reproduce | cd REPO mkdir #build cd #build cmake -G "NMake Makefiles" REPO_SRC nmake | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2016-02-28 18:16 | Roy Ivy III | New Issue | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042947 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||