diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-11-27 09:35:14 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-11-27 09:35:14 (GMT) |
commit | ab5aeca849821afa8f0d2ac66a9f307f6b48ef4a (patch) | |
tree | 2ed7578da5f51f07f7d5771195048699d2442e2d /Help/command | |
parent | dd3482f6752d09d55d5f12a2e8cdbe1624344cf4 (diff) | |
download | CMake-ab5aeca849821afa8f0d2ac66a9f307f6b48ef4a.zip CMake-ab5aeca849821afa8f0d2ac66a9f307f6b48ef4a.tar.gz CMake-ab5aeca849821afa8f0d2ac66a9f307f6b48ef4a.tar.bz2 |
Help: Clarify behavior of BEFORE with target_compile_options()
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/target_compile_options.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst index 8f13f45..698f62d 100644 --- a/Help/command/target_compile_options.rst +++ b/Help/command/target_compile_options.rst @@ -19,7 +19,8 @@ Arguments ^^^^^^^^^ If ``BEFORE`` is specified, the content will be prepended to the property -instead of being appended. +instead of being appended. See policy :policy:`CMP0101` which affects +whether ``BEFORE`` will be ignored in certain cases. The ``INTERFACE``, ``PUBLIC`` and ``PRIVATE`` keywords are required to specify the :ref:`scope <Target Usage Requirements>` of the following arguments. |