mirror of
https://github.com/triqs/dft_tools
synced 2025-01-08 20:33:16 +01:00
[cmake] Bump cppcheck c++ standard to c++17
This commit is contained in:
parent
9f5aa8578c
commit
a26bfae4d1
@ -27,7 +27,7 @@ foreach(test ${all_tests})
|
|||||||
TARGET ${test_name}
|
TARGET ${test_name}
|
||||||
COMMAND ${CPPCHECK_EXECUTABLE}
|
COMMAND ${CPPCHECK_EXECUTABLE}
|
||||||
--enable=warning,style,performance,portability
|
--enable=warning,style,performance,portability
|
||||||
--std=c++14
|
--std=c++17
|
||||||
--template=gcc
|
--template=gcc
|
||||||
--verbose
|
--verbose
|
||||||
--quiet
|
--quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user