aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/common
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2022-02-02 11:59:53 -0800
committerLukas Rusak <lorusak@gmail.com>2022-02-02 11:59:53 -0800
commit45dad8dc254bf4d105ecdc95c42188409e298d3a (patch)
treeb898f3bac6aab425dc2cb67f8c8e8119361b5efc /cmake/scripts/common
parentd3f353d0adbd38466ef8b6902d111571c8e45666 (diff)
[cmake] cppcheck: remove uneeded template switch
Diffstat (limited to 'cmake/scripts/common')
-rw-r--r--cmake/scripts/common/StaticAnalysis.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/scripts/common/StaticAnalysis.cmake b/cmake/scripts/common/StaticAnalysis.cmake
index c776961ac8..85c0087f0f 100644
--- a/cmake/scripts/common/StaticAnalysis.cmake
+++ b/cmake/scripts/common/StaticAnalysis.cmake
@@ -7,7 +7,6 @@ if(CPPCHECK_EXECUTABLE)
add_custom_target(analyze-cppcheck
DEPENDS ${APP_NAME_LC} ${APP_NAME_LC}-test
COMMAND ${CPPCHECK_EXECUTABLE}
- --template="${CMAKE_SOURCE_DIR}/xbmc/\{file\}\(\{line\}\)\: \{severity\} \(\{id\}\): \{message\}"
-j${CPU_CORES}
--project=${CMAKE_BINARY_DIR}/compile_commands.json
--std=c++${CMAKE_CXX_STANDARD}