The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=12190 
====================================================================== 
Reported By:                Jérôme Gardou
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12190
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-05-14 13:10 EDT
Last Modified:              2011-05-14 13:10 EDT
====================================================================== 
Summary:                    Setting RULE_MESSAGES property to OFF breaks
dependencies
Description: 
See the test case attached, it's pretty straightforward.

Steps to Reproduce: 
Configure the test case with cmake 2.8.4. (MinGW Makefiles)
run mingw32-make dependant

You will get :
Scanning dependencies of target dependant
This is the dependant
Scanning dependencies of target dependency
This is the dependency
This is the dependant

Whereas you should get something like :
Scanning dependencies of target dependency
This is the dependency
Scanning dependencies of target dependant
This is the dependant


Additional Information: 
Regression caused by :
http://cmake.org/gitweb?p=cmake.git;a=commit;h=dc36b3499403bad323d7300139fbf459c31f7a2c
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-14 13:10 Jérôme Gardou  New Issue                                    
2011-05-14 13:10 Jérôme Gardou  File Added: test_cmake.7z                    
======================================================================

_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to