Notes |
|
(0033160)
|
Brad King
|
2013-05-31 08:08
|
|
The COMPILE_FLAGS property was originally created as a hook for low-level access to the generated compilation command lines. A higher-level COMPILE_OPTIONS property that works with lists and handles escaping automatically has been considered for a long time.
I think Stephen's current work on a COMPILE_OPTIONS property will resolve this.
|
|
|
(0033161)
|
Brad King
|
2013-05-31 08:09
|
|
FYI, you can already use the COMPILE_DEFINITIONS property to add preprocessor definitions:
set_property(SOURCE file.c PROPERTY COMPILE_DEFINITIONS X=FOO BAR=ZOO) |
|
|
(0033215)
|
Stephen Kelly
|
2013-06-03 12:56
|
|
This would require adding a COMPILE_OPTIONS property at the source file level.
Putting in the backlog until someone is interested in that. |
|
|
(0042292)
|
Kitware Robot
|
2016-06-10 14:28
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|