diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-03 09:50:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-03 15:10:39 (GMT) |
commit | 1a9316a80881533e49ea411dcf8f3edce93683c0 (patch) | |
tree | e4dfa324d2ef1dec2b654a9dbfd588c3617e526b | |
parent | a7c956b86736ea82ade88bea6414cd6a8c84e307 (diff) | |
download | CMake-1a9316a80881533e49ea411dcf8f3edce93683c0.zip CMake-1a9316a80881533e49ea411dcf8f3edce93683c0.tar.gz CMake-1a9316a80881533e49ea411dcf8f3edce93683c0.tar.bz2 |
add_definitions: Don't document genex support.
This command does not support generator expressions. The documentation
was mistakenly extended to claim it in commit v3.0.0-rc1~60^2~3 (Help: Mark
up the buildsystem commands documentation, 2014-02-03).
-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. |