mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +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}
|
||||
COMMAND ${CPPCHECK_EXECUTABLE}
|
||||
--enable=warning,style,performance,portability
|
||||
--std=c++14
|
||||
--std=c++17
|
||||
--template=gcc
|
||||
--verbose
|
||||
--quiet
|
||||
|
Loading…
Reference in New Issue
Block a user