MantisBT - CMake
View Issue Details
0001156CMakepublic2004-09-10 18:542004-09-16 17:14
Mathieu Malaterre 
System Admin 
lowfeaturealways
closedfixed 
 
 
0001156: Better support for icc 'remark'
icc defines something aboce warning, which is called 'remark'. cmake should support parsing those remark as warnings:

Building object file vtkGenericCellTessellator.o...
/home/malaterre/Kitware/VTK/Common/vtkOStrStreamWrapper.h(31): remark 0000444: destructor for base class "vtkOStreamWrapper" is not virtual
  class VTK_COMMON_EXPORT vtkOStrStreamWrapper: public vtkOStreamWrapper
No tags attached.
Issue History

Notes
(0001443)
Bill Hoffman   
2004-09-16 16:58   
This is a ctest issue.
(0001448)
System Admin   
2004-09-16 17:14   
You can use CTestCustom.ctest

I did put it here:
/cvsroot/CMake/CMake/Source/CTest/cmCTestBuildHandler.cxx,v <-- cmCTestBuildHandler.cxx
new revision: 1.2; previous revision: 1.1