This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b86e37c84f
CMake
/
Tests
/
RunCMake
/
variable_watch
/
RunCMakeTest.cmake
5 lines
66 B
CMake
Raw
Normal View
History
Unescape
Escape
variable_watch: Add test for MODIFIED_ACCESS report Add a RunCMake.variable_watch watch test to cover the basic use case.
2013-06-03 17:23:25 +04:00
include
(
RunCMake
)
run_cmake
(
ModifiedAccess
)
variable_watch: Remove leftover debugging code (#14187) 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>
2013-06-03 21:04:56 +04:00
run_cmake
(
NoWatcher
)