We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66a6a9 commit 405d349Copy full SHA for 405d349
CMakeLists.txt
@@ -128,7 +128,7 @@ if (found_cppcheck)
128
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
+ cppcheck --enable=all -j ${CPU_COUNT} --std=c++20 --language=c++ --inconclusive
132
--project=${CMAKE_CURRENT_BINARY_DIR}/compile_commands.json --xml 2> cppcheck.xml &&
133
python3 ${CMAKE_SOURCE_DIR}/scripts/cppcheck-htmlreport.py --file=cppcheck.xml --report-dir=cppcheck
134
0 commit comments