summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/command/remove_definitions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/command/remove_definitions.rst')
-rw-r--r--share/cmake-3.10/Help/command/remove_definitions.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/command/remove_definitions.rst b/share/cmake-3.10/Help/command/remove_definitions.rst
new file mode 100644
index 0000000..ea18918
--- /dev/null
+++ b/share/cmake-3.10/Help/command/remove_definitions.rst
@@ -0,0 +1,11 @@
+remove_definitions
+------------------
+
+Removes -D define flags added by :command:`add_definitions`.
+
+::
+
+ remove_definitions(-DFOO -DBAR ...)
+
+Removes flags (added by :command:`add_definitions`) from the compiler
+command line for sources in the current directory and below.