diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-06-19 12:23:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-19 12:24:08 (GMT) |
commit | 6e7b424240dfae88a22327c86454150f2200b7c5 (patch) | |
tree | e86aee11c5a2432605cda2bc1456410517820684 /Help/manual | |
parent | fa744586cce3159b7a18b18f25f6fb51927c0f89 (diff) | |
parent | 316815e1f4beb66b679f27f96800facef572889e (diff) | |
download | CMake-6e7b424240dfae88a22327c86454150f2200b7c5.zip CMake-6e7b424240dfae88a22327c86454150f2200b7c5.tar.gz CMake-6e7b424240dfae88a22327c86454150f2200b7c5.tar.bz2 |
Merge topic 'subdir_target_sources'
316815e1f4 target_sources: Interpret relative paths as relative to the calling directory
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2128
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 631f75b..6179a7c 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -51,6 +51,14 @@ The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used to determine whether to report an error on use of deprecated macros or functions. +Policies Introduced by CMake 3.13 +================================= + +.. toctree:: + :maxdepth: 1 + + CMP0076: target_sources() command converts relative paths to absolute. </policy/CMP0076> + Policies Introduced by CMake 3.12 ================================= |