diff options
author | Brad King <brad.king@kitware.com> | 2018-01-09 14:36:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-09 14:36:29 (GMT) |
commit | 1906dd3e3d63b18784e551cb3c21b02a073dab34 (patch) | |
tree | b24c27566795b6c0c614ab5d195351ee3b479f12 | |
parent | 2cd2dd9cdefa283cdf42008c9b8e6116b6f78ec3 (diff) | |
parent | 118815f095e9737dc05806a4d6734a3b9de37e39 (diff) | |
download | CMake-1906dd3e3d63b18784e551cb3c21b02a073dab34.zip CMake-1906dd3e3d63b18784e551cb3c21b02a073dab34.tar.gz CMake-1906dd3e3d63b18784e551cb3c21b02a073dab34.tar.bz2 |
Merge topic 'COMPILE_FLAGS-clarify-sf-prop-documentation'
118815f0 COMPILE_FLAGS: do not imply that the property is a list
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1640
-rw-r--r-- | Help/prop_sf/COMPILE_FLAGS.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_sf/COMPILE_FLAGS.rst b/Help/prop_sf/COMPILE_FLAGS.rst index 1012164..be81cf6 100644 --- a/Help/prop_sf/COMPILE_FLAGS.rst +++ b/Help/prop_sf/COMPILE_FLAGS.rst @@ -3,9 +3,9 @@ COMPILE_FLAGS Additional flags to be added when compiling this source file. -These flags will be added to the list of compile flags when this -source file builds. Use :prop_sf:`COMPILE_DEFINITIONS` to pass -additional preprocessor definitions. +The ``COMPILE_FLAGS`` property sets additional compiler flags used to build +source files. Use :prop_sf:`COMPILE_DEFINITIONS` to pass additional +preprocessor definitions. Contents of ``COMPILE_FLAGS`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` |