We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b6efe commit c66a6a9Copy full SHA for c66a6a9
CMakeLists.txt
@@ -129,8 +129,7 @@ if (found_cppcheck)
129
130
# unusedFunction can't be used with -j for some reason.
131
cppcheck --enable=all -j ${CPU_COUNT} --std=c++17 --language=c++ --inconclusive
132
- --project=${CMAKE_CURRENT_BINARY_DIR}/compile_commands.json
133
- ${CMAKE_SOURCE_DIR}/sigs.h --xml 2> cppcheck.xml &&
+ --project=${CMAKE_CURRENT_BINARY_DIR}/compile_commands.json --xml 2> cppcheck.xml &&
134
python3 ${CMAKE_SOURCE_DIR}/scripts/cppcheck-htmlreport.py --file=cppcheck.xml --report-dir=cppcheck
135
136
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
0 commit comments