diff options
author | Brad King <brad.king@kitware.com> | 2014-05-27 13:46:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-05-27 13:46:32 (GMT) |
commit | 03a3ee222b737a0e9d1678c7022c735b37d98fa5 (patch) | |
tree | a1dcd6cef8f17ab1c40523f1945c505ac89a4f17 /Help | |
parent | e7b7f675f81db488ac9c1367d8f73e6aceefb7a9 (diff) | |
parent | d849800351a6ed91f3d6b149bb9e50aaa4c42a99 (diff) | |
download | CMake-03a3ee222b737a0e9d1678c7022c735b37d98fa5.zip CMake-03a3ee222b737a0e9d1678c7022c735b37d98fa5.tar.gz CMake-03a3ee222b737a0e9d1678c7022c735b37d98fa5.tar.bz2 |
Merge topic 'variable_watch-no-allowed-access'
d8498003 variable_watch: Remove undocumented and redundant access type
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/variable_watch-no-allowed-access.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/variable_watch-no-allowed-access.rst b/Help/release/dev/variable_watch-no-allowed-access.rst new file mode 100644 index 0000000..ba7b4a5 --- /dev/null +++ b/Help/release/dev/variable_watch-no-allowed-access.rst @@ -0,0 +1,8 @@ +variable_watch-no-allowed-access +-------------------------------- + +* Callbacks established by the :command:`variable_watch` command will no + longer receive the ``ALLOWED_UNKNOWN_READ_ACCESS`` access type when + the undocumented ``CMAKE_ALLOW_UNKNOWN_VARIABLE_READ_ACCESS`` variable is + set. Uninitialized variable accesses will always be reported as + ``UNKNOWN_READ_ACCESS``. |