mirror of
https://github.com/triqs/dft_tools
synced 2025-04-25 17:54:54 +02: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…
x
Reference in New Issue
Block a user