2013-10-15 11:17:36 -04:00
|
|
|
remove_definitions
|
|
|
|
------------------
|
|
|
|
|
2015-06-04 22:51:22 +01:00
|
|
|
Removes -D define flags added by :command:`add_definitions`.
|
2013-10-15 11:17:36 -04:00
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
remove_definitions(-DFOO -DBAR ...)
|
|
|
|
|
2015-06-04 22:51:22 +01:00
|
|
|
Removes flags (added by :command:`add_definitions`) from the compiler
|
|
|
|
command line for sources in the current directory and below.
|