> Hi,
>
> in my App I use lupdate/lrelease to generate language plugins.
>
> However due the bug in lupdate which generates "circular inclusion of ..."
> warnings, the dash board (CDash) has error's and not warnings.
>
> I don't know why there are errors and not warnings.
>
> Is there a way to disable/ignore those warnings?
Put this into CTestCustom.cmake in CMAKE_BINARY_DIR (not _SOURCE_ !):
set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION}
"circular inclusion of ")
Eike
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake