FindCPPCHECK.cmake 332 B

1234567891011121314151617
  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. find_program(CPPCHECK_EXECUTABLE
  10. cppcheck
  11. )
  12. mark_as_advanced(
  13. CPPCHECK_EXECUTABLE
  14. )