[cmake-developers] [CMake 0014188]: variable_watch print REMOVED_ACCESS instead of MODIFIED_ACCESS when set the value of the variable.

Mantis Bug Tracker mantis at public.kitware.com
Sun Jun 2 18:24:56 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14188 
====================================================================== 
Reported By:                Yichao Yu
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14188
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-06-02 18:24 EDT
Last Modified:              2013-06-02 18:24 EDT
====================================================================== 
Summary:                    variable_watch print REMOVED_ACCESS instead of
MODIFIED_ACCESS when set the value of the variable.
Description: 
See summary and steps to reproduce.


Steps to Reproduce: 
set(b "a")
variable_watch(b)
set(b "b")

expected output:
* Variable "b" was accessed using MODIFIED_ACCESS in: ....

actual output:
* Variable "b" was accessed using REMOVED_ACCESS in: ....

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-06-02 18:24 Yichao Yu      New Issue                                    
======================================================================




More information about the cmake-developers mailing list