diff options
author | Craig Scott <craig.scott@crascit.com> | 2017-11-20 11:07:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-11-20 11:08:06 (GMT) |
commit | a4fd74b90a91396f316990ba056c7c6bd6034b94 (patch) | |
tree | e529088856fc9aac9fc5be5adbea20cefe8b1b55 | |
parent | 566f77b7f9747b037b0aed937020e17460b44f23 (diff) | |
parent | 87a0b54a05cbd1de1db16c88e6a79788735c64a6 (diff) | |
download | CMake-a4fd74b90a91396f316990ba056c7c6bd6034b94.zip CMake-a4fd74b90a91396f316990ba056c7c6bd6034b94.tar.gz CMake-a4fd74b90a91396f316990ba056c7c6bd6034b94.tar.bz2 |
Merge topic 'compile_flags_xref_fix'
87a0b54a Help: Fix cross-reference in COMPILE_FLAGS target property docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1500
-rw-r--r-- | Help/prop_tgt/COMPILE_FLAGS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/COMPILE_FLAGS.rst b/Help/prop_tgt/COMPILE_FLAGS.rst index 1a5389e..8fe651b 100644 --- a/Help/prop_tgt/COMPILE_FLAGS.rst +++ b/Help/prop_tgt/COMPILE_FLAGS.rst @@ -8,4 +8,4 @@ build sources within the target. Use :prop_tgt:`COMPILE_DEFINITIONS` to pass additional preprocessor definitions. This property is deprecated. Use the :prop_tgt:`COMPILE_OPTIONS` -property or the command:`target_compile_options` command instead. +property or the :command:`target_compile_options` command instead. |