summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/variable_watch/RaiseInParentScope.cmake
Commit message (Collapse)AuthorAgeFilesLines
* variable_watch: trigger on variables set via PARENT_SCOPEMatteo Settenvini2018-04-111-0/+15
Make sure that we also trigger variable watches when a variable is set in the parent scope. Fixes: #17827