3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-06 20:40:00 +02:00

[cmake] Update cppcheck language standard

This commit is contained in:
Nils Wentzell 2019-09-13 17:50:00 -04:00
parent 24f5268394
commit 30f32f8dec

View File

@ -44,7 +44,7 @@ if(ANALYZE_SOURCES)
TARGET app4triqs_c
COMMAND ${CPPCHECK_EXECUTABLE}
--enable=warning,style,performance,portability
--std=c++14
--std=c++17
--template=gcc
--verbose
--quiet