2011-12-06 17:03:05 +01:00
|
|
|
# cppcheck
|
|
|
|
#
|
|
|
|
# Copyright (c) 2011 Mathieu Malaterre <mathieu.malaterre@gmail.com>
|
|
|
|
#
|
|
|
|
# Redistribution and use is allowed according to the terms of the New
|
|
|
|
# BSD license.
|
|
|
|
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
|
|
|
#
|
|
|
|
|
2012-08-30 19:14:39 +02:00
|
|
|
find_program(CPPCHECK_EXECUTABLE
|
2011-12-06 17:03:05 +01:00
|
|
|
cppcheck
|
|
|
|
)
|
|
|
|
|
2012-08-30 19:14:39 +02:00
|
|
|
mark_as_advanced(
|
2011-12-06 17:03:05 +01:00
|
|
|
CPPCHECK_EXECUTABLE
|
|
|
|
)
|