View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015285 | CMake | CMake | public | 2014-12-04 14:41 | 2015-05-04 09:05 | ||||
Reporter | Braden McDaniel | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake 3.0.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015285: Cannot escape "#" in add_compile_options | ||||||||
Description | I've found no way to escape the "#" character when it needs to occur in an compiler option in the add_compile_options command. When adding such an option to, for instance, the CMAKE_CXX_FLAGS variable, it can be escaped with a backslash ("\"); but this does not appear to work when using add_compile_options. | ||||||||
Steps To Reproduce | For example: add_compile_options(-Wno-\#pragma-messages) In the generated output (using the Unix Makefile generator), this string is added to the command line: "-Wno- | ||||||||
Additional Information | This is workable; but does not use add_compile_options: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-\\#pragma-messages") | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |||||||||||||||||||||
|
Relationships |
Notes | |
(0037387) Brad King (manager) 2014-12-04 14:48 |
Resolving as duplicate of 0015070. |
(0038690) Robert Maynard (manager) 2015-05-04 09:05 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-12-04 14:41 | Braden McDaniel | New Issue | |
2014-12-04 14:44 | Brad King | Relationship added | related to 0014547 |
2014-12-04 14:44 | Brad King | Relationship added | related to 0013562 |
2014-12-04 14:46 | Brad King | Relationship added | related to 0014745 |
2014-12-04 14:46 | Brad King | Relationship added | related to 0015070 |
2014-12-04 14:47 | Brad King | Relationship replaced | duplicate of 0015070 |
2014-12-04 14:48 | Brad King | Note Added: 0037387 | |
2014-12-04 14:48 | Brad King | Status | new => resolved |
2014-12-04 14:48 | Brad King | Resolution | open => duplicate |
2015-05-04 09:05 | Robert Maynard | Note Added: 0038690 | |
2015-05-04 09:05 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |