mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 01:51:02 -06:00
When a watch does not specify a command to call then variable_watch prints out a message to stderr. Remove code after that which collects all variable values to construct a message that is never printed. Otherwise such code causes a READ_ACCESS watch to trigger on all variables in the currents scope. Reported-by: Yichao Yu <yyc1992@gmail.com>
5 lines
66 B
CMake
5 lines
66 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(ModifiedAccess)
|
|
run_cmake(NoWatcher)
|