Merge topic 'doc-target-COMPILE_FLAGS'

0f79ca336c Help: Target property COMPILE_FLAGS has been superseded by COMPILE_OPTIONS

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9758
diff --git a/Help/prop_tgt/COMPILE_FLAGS.rst b/Help/prop_tgt/COMPILE_FLAGS.rst
index 8fe651b..5229d46 100644
--- a/Help/prop_tgt/COMPILE_FLAGS.rst
+++ b/Help/prop_tgt/COMPILE_FLAGS.rst
@@ -7,5 +7,8 @@
 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.
+.. note::
+
+  This property has been superseded by the :prop_tgt:`COMPILE_OPTIONS` property.
+  Alternatively, you can also use the :command:`target_compile_options` command
+  instead.