[CMake] CXX_CLANG_TIDY doesn't handle multiple arguments correctly

Nikita nikita.kakuev at gmail.com
Wed Nov 16 16:32:58 EST 2016


Hi,

I've noticed that CXX_CLANG_TIDY property doesn't work correctly if I
specify several arguments to clang-tidy. Here's an example:
set_property(
    TARGET ${PROJECT_NAME}
    PROPERTY CXX_CLANG_TIDY clang-tidy;-checks=*;-warnings-as-errors=*)

Building a target with this property produces no output. It seems like
clang-tidy doesn't get called. However, if I remove
'-warnings-as-errors', everything works fine.

The same goes for other options as well. Specifying '-header-filter'
or '-line-filter' results in no output.

Is there a way to get additional clang-tidy options working?

Regards,
Nikita


More information about the CMake mailing list