1# cppcheck
2#
3#  Copyright (c) 2011 Mathieu Malaterre <mathieu.malaterre@gmail.com>
4#
5#  Redistribution and use is allowed according to the terms of the New
6#  BSD license.
7#  For details see the accompanying COPYING-CMAKE-SCRIPTS file.
8#
9
10find_program(CPPCHECK_EXECUTABLE
11  cppcheck
12  )
13
14mark_as_advanced(
15  CPPCHECK_EXECUTABLE
16  )
17