variable_watch-no-allowed-access.rst 380 B

12345678
  1. variable_watch-no-allowed-access
  2. --------------------------------
  3. * Callbacks established by the :command:`variable_watch` command will no
  4. longer receive the ``ALLOWED_UNKNOWN_READ_ACCESS`` access type when
  5. the undocumented ``CMAKE_ALLOW_UNKNOWN_VARIABLE_READ_ACCESS`` variable is
  6. set. Uninitialized variable accesses will always be reported as
  7. ``UNKNOWN_READ_ACCESS``.