3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

[cmake] Bump cppcheck c++ standard to c++17

This commit is contained in:
Nils Wentzell 2019-09-24 17:50:38 -04:00
parent 9f5aa8578c
commit a26bfae4d1

View File

@ -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