[Cmake-commits] CMake branch, master, updated. v3.10.0-rc5-354-ga4fd74b
Kitware Robot
kwrobot at kitware.com
Mon Nov 20 06:15:17 EST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via a4fd74b90a91396f316990ba056c7c6bd6034b94 (commit)
via 87a0b54a05cbd1de1db16c88e6a79788735c64a6 (commit)
from 566f77b7f9747b037b0aed937020e17460b44f23 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4fd74b90a91396f316990ba056c7c6bd6034b94
commit a4fd74b90a91396f316990ba056c7c6bd6034b94
Merge: 566f77b 87a0b54
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Mon Nov 20 11:07:17 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Nov 20 06:08:06 2017 -0500
Merge topic 'compile_flags_xref_fix'
87a0b54a Help: Fix cross-reference in COMPILE_FLAGS target property docs
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !1500
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=87a0b54a05cbd1de1db16c88e6a79788735c64a6
commit 87a0b54a05cbd1de1db16c88e6a79788735c64a6
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Sun Nov 19 12:15:04 2017 +1100
Commit: Craig Scott <craig.scott at crascit.com>
CommitDate: Sun Nov 19 12:15:04 2017 +1100
Help: Fix cross-reference in COMPILE_FLAGS target property docs
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.
-----------------------------------------------------------------------
Summary of changes:
Help/prop_tgt/COMPILE_FLAGS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list