diff options
author | Brad King <brad.king@kitware.com> | 2018-07-09 14:25:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-07-09 14:25:33 (GMT) |
commit | c878e6f8cc89ae5864d3446bf237bf53f1ee6563 (patch) | |
tree | 24f50ccd26862762b4501b271f7545a70f0dbe0c /Help/manual | |
parent | 1b5b1dc5cc5d1fd92fafcece3b4ae8ad51fd5817 (diff) | |
parent | 2a5f5c0e316d415e1b8207348b34761d34f191ae (diff) | |
download | CMake-c878e6f8cc89ae5864d3446bf237bf53f1ee6563.zip CMake-c878e6f8cc89ae5864d3446bf237bf53f1ee6563.tar.gz CMake-c878e6f8cc89ae5864d3446bf237bf53f1ee6563.tar.bz2 |
Merge topic 'option-normal-variable'
2a5f5c0e31 option: respect existing normal variable
12e6f83319 Option: Add a test that verifies interaction with normal variables
5bb3d40a28 cmOption: Remove VTK 4.0 workarounds
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2155
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 6179a7c..b2eeb3a 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.13 .. toctree:: :maxdepth: 1 + CMP0077: option() honors normal variables. </policy/CMP0077> CMP0076: target_sources() command converts relative paths to absolute. </policy/CMP0076> Policies Introduced by CMake 3.12 |