MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015104 | CMake | CMake | public | 2014-08-25 09:52 | 2016-06-10 14:31 |
Reporter | Bryan Zimmerman | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | Windows | OS | 8.1 | OS Version | x64 |
Product Version | CMake 3.0.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015104: ExternalProject_Add cannot pass strings containing quotes to command line | ||||
Description | it is impossible to send a command such as b2.exe cxxflags="/MT" to the command line. If the quotes are escaped with \" then the '\"' will pass through to the command line instead of the expected '"'. The workaround is to write the commands to a file where the \" works correctly and then call that file as the command. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-08-25 09:52 | Bryan Zimmerman | New Issue | |||
2014-08-27 09:22 | Brad King | Summary | ExternalAdd_Project cannot pass strings containing quotes to command line => ExternalProject_Add cannot pass strings containing quotes to command line | ||
2014-08-27 09:23 | Brad King | Note Added: 0036680 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042612 | |||
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 | |||||
|
|||||
|
|
||||
|
|||||
|
|