Skip to content

Build and development on Windows OS #2254

Discussion options

You must be logged in to vote

The failing code-check-wrapper.sh isn't really tuned for Windows. Either you completely disable the use of include-what-you-use and clang-tidy with these CMake options:

-DCMAKE_DISABLE_FIND_PACKAGE_ClangTidy=ON
-DCMAKE_DISABLE_FIND_PACKAGE_IWYU=ON

or you use the tools without that wrapper, e.g. for above error:

-DCMAKE_CXX_INCLUDE_WHAT_YOU_USE=C:/msys64/mingw64/bin/include-what-you-use.exe

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ohartvic
Comment options

@dg0yt
Comment options

Answer selected by ohartvic
@ohartvic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants