diff options
author | Brad King <brad.king@kitware.com> | 2014-03-03 15:12:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-03 15:12:01 (GMT) |
commit | 9efba5d95652048dac3218ab0a2117b2599ba279 (patch) | |
tree | 8f44f1ffd4fa38c2264c654978a8cf96eee4cac8 /Help/command | |
parent | 42f981987e7ed0113378617c32586186c4f95703 (diff) | |
parent | 1a9316a80881533e49ea411dcf8f3edce93683c0 (diff) | |
download | CMake-9efba5d95652048dac3218ab0a2117b2599ba279.zip CMake-9efba5d95652048dac3218ab0a2117b2599ba279.tar.gz CMake-9efba5d95652048dac3218ab0a2117b2599ba279.tar.bz2 |
Merge branch 'add_definitions-no-genex' into release
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/add_definitions.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Help/command/add_definitions.rst b/Help/command/add_definitions.rst index a9a6bf5..2965c37 100644 --- a/Help/command/add_definitions.rst +++ b/Help/command/add_definitions.rst @@ -21,7 +21,5 @@ backwards compatibility. See documentation of the properties for details on adding preprocessor definitions to specific scopes and configurations. -Arguments to ``add_definitions`` may use "generator expressions" with -the syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` -manual for available expressions. See the :manual:`cmake-buildsystem(7)` -manual for more on defining buildsystem properties. +See the :manual:`cmake-buildsystem(7)` manual for more on defining +buildsystem properties. |