1remove_definitions 2------------------ 3 4Remove -D define flags added by :command:`add_definitions`. 5 6.. code-block:: cmake 7 8 remove_definitions(-DFOO -DBAR ...) 9 10Removes flags (added by :command:`add_definitions`) from the compiler 11command line for sources in the current directory and below. 12