Revision 922f47979afd8bee43f6810c53146aa6d34b44ab authored by Brad King on 03 June 2014, 13:30:39 UTC, committed by Brad King on 03 June 2014, 13:30:39 UTC
2 parent s 910849d + 8da0a75
Raw File
remove_definitions.rst
remove_definitions
------------------

Removes -D define flags added by add_definitions.

::

  remove_definitions(-DFOO -DBAR ...)

Removes flags (added by add_definitions) from the compiler command
line for sources in the current directory and below.
back to top