diff options
author | Brad King <brad.king@kitware.com> | 2020-10-27 12:25:41 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-10-27 12:25:41 -0400 |
commit | 80e693152c59e56b09103151465a6ae9b9710224 (patch) | |
tree | ab7b0a5ff1f44487a8852cb4717d7b2b1de2997b /Help/policy/CMP0101.rst | |
parent | 4c0ef57e8ca0f55783d4ad3e1545246fa188590b (diff) | |
parent | 8d6a0b9364581fbb95746c93cac4ec3c213f534b (diff) | |
download | cmake-80e693152c59e56b09103151465a6ae9b9710224.tar.gz |
Merge branch 'release-3.19' into FindRuby-restore-VENDORLIB_DIR
Diffstat (limited to 'Help/policy/CMP0101.rst')
-rw-r--r-- | Help/policy/CMP0101.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0101.rst b/Help/policy/CMP0101.rst index 9941acfc64..f02bccc881 100644 --- a/Help/policy/CMP0101.rst +++ b/Help/policy/CMP0101.rst @@ -1,6 +1,8 @@ CMP0101 ------- +.. versionadded:: 3.17 + :command:`target_compile_options` now honors ``BEFORE`` keyword in all scopes. In CMake 3.16 and below the :command:`target_compile_options` ignores the |