MantisBT - CMake
View Issue Details
0001490CMakeModulespublic2005-01-17 15:522013-01-09 10:57
Brad King 
Brad King 
lowfeaturealways
closedno change required 
 
 
0001490: ImportBuildSettings flip/flop conflicting project flags
When ITK and VTK have been built with different settings for variables like CMAKE_C_FLAGS_RELEASE then a project that imports both of them will produce a bunch of warnings. Each warning says that it is forcing the current project's setting to that imported from ITK or VTK. Then the same warning is repeated with the other project. We can make this more informative by saving the project from which a forced setting was taken in another cache entry. Then when forcing it again from a different project a better warning message can be given. It could even be an error.
No tags attached.
Issue History
2012-08-13 10:17Brad KingNote Added: 0030471
2012-08-13 10:17Brad KingStatusassigned => resolved
2012-08-13 10:17Brad KingResolutionopen => no change required
2013-01-09 10:57Robert MaynardNote Added: 0032050
2013-01-09 10:57Robert MaynardStatusresolved => closed

Notes
(0030471)
Brad King   
2012-08-13 10:17   
ImportBuildSettings no longer does anything anyway.
(0032050)
Robert Maynard   
2013-01-09 10:57   
Closing resolved issues that have not been updated in more than 4 months.