mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[cmake] Update cppcheck language standard
This commit is contained in:
parent
24f5268394
commit
30f32f8dec
@ -44,7 +44,7 @@ if(ANALYZE_SOURCES)
|
|||||||
TARGET app4triqs_c
|
TARGET app4triqs_c
|
||||||
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