From: Roland Schulz Date: Sun, 14 Sep 2014 06:16:11 +0000 (-0400) Subject: Remove unnecessary cppcheck include-path X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=commitdiff_plain;h=dfc8e355534ae3c2743ded2162d8fe57d4b503d7 Remove unnecessary cppcheck include-path Change-Id: I974b3b58818df3815f75a2ba41d8682ad2c77d84 --- diff --git a/tests/CppCheck.cmake b/tests/CppCheck.cmake index 082df61c10..2b3e93386c 100644 --- a/tests/CppCheck.cmake +++ b/tests/CppCheck.cmake @@ -74,7 +74,7 @@ if (CPPCHECK_EXECUTABLE AND UNIX) -I src -I src/external/thread_mpi/include -I src/external/tng_io/include - -I ${CMAKE_BINARY_DIR}/src -I ${CMAKE_BINARY_DIR}/src/gromacs/utility + -I ${CMAKE_BINARY_DIR}/src --quiet --inline-suppr ${_outputopt})