blob: 6e11bf73089680b1b490c03319767991489d7e22 [file] [edit]
# cppcheck
#
# Copyright (c) 2011 Mathieu Malaterre <[email protected]>
#
# Redistribution and use is allowed according to the terms of the New
# BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
#
find_program(CPPCHECK_EXECUTABLE
cppcheck
)
mark_as_advanced(
CPPCHECK_EXECUTABLE
)