[CMake] CTest Custom warning exception in CTestCustom.cmake.in

Rashad M mohammedrashadkm at gmail.com
Sat Oct 11 09:47:30 EDT 2014


Hi all,

Can anyone explain me how to filter out the below warning from dashboard?

warning: #warning "deprecated"
...../vcl_deprecated_header.h:10:3: warning: #warning "deprecated" [-Wcpp]
 # warning "deprecated"

So far I tried having below in CTestCustom.cmake

set(CTEST_CUSTOM_WARNING_EXCEPTION
  ${CTEST_CUSTOM_WARNING_EXCEPTION}
  ".*vcl_deprecated_header.*warning.*"
  "vcl_deprecated_header"
...
)



-- 
Regards,
   Rashad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141011/e0209314/attachment.html>


More information about the CMake mailing list