Update for release 2.3.1
[openjpeg.git] / cmake / FindCPPCHECK.cmake
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
10 find_program(CPPCHECK_EXECUTABLE
11   cppcheck
12   )
13
14 mark_as_advanced(
15   CPPCHECK_EXECUTABLE
16   )