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/release | |
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/release')
-rw-r--r-- | Help/release/dev/option-normal-variable.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/option-normal-variable.rst b/Help/release/dev/option-normal-variable.rst new file mode 100644 index 0000000..19b9a64 --- /dev/null +++ b/Help/release/dev/option-normal-variable.rst @@ -0,0 +1,5 @@ +option-normal-variable +---------------------- + +* The :command:`option` command now honors existing normal variables instead + of replacing them with a cache entry. See policy :policy:`CMP0077`. |