cmake/Help/command/remove_definitions.rst

12 lines
275 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
remove_definitions
------------------
2015-11-17 17:22:37 +01:00
Removes -D define flags added by :command:`add_definitions`.
2014-08-03 19:52:23 +02:00
::
remove_definitions(-DFOO -DBAR ...)
2015-11-17 17:22:37 +01:00
Removes flags (added by :command:`add_definitions`) from the compiler
command line for sources in the current directory and below.