summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/command/remove_definitions.rst
blob: 566da6e6b682ca0639ef0fe37d0a6c75243abe94 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.