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