We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede923c + 96ab99b commit fa7a4cfCopy full SHA for fa7a4cf
buildconfig/CMake/CppCheckSetup.cmake
@@ -60,6 +60,13 @@ if(CPPCHECK_EXECUTABLE)
60
list(APPEND _cppcheck_xml_args "${_cppcheck_source_dirs}")
61
endif(CPPCHECK_GENERATE_XML)
62
63
+ if(NOT WIN32)
64
+ message(STATUS "cppcheck configured to run (ignoring xml arguments)")
65
+ message(STATUS "remove the project argument to supply files to check")
66
+ list(JOIN _cppcheck_args " " _cppcheck_args_for_printing)
67
+ message(STATUS "${CPPCHECK_EXECUTABLE} ${_cppcheck_args_for_printing}")
68
+ endif()
69
+
70
# generate the target
71
if(NOT TARGET cppcheck)
72
add_custom_target(
0 commit comments