From dfc8e355534ae3c2743ded2162d8fe57d4b503d7 Mon Sep 17 00:00:00 2001 From: Roland Schulz Date: Sun, 14 Sep 2014 02:16:11 -0400 Subject: [PATCH] Remove unnecessary cppcheck include-path Change-Id: I974b3b58818df3815f75a2ba41d8682ad2c77d84 --- tests/CppCheck.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.22.0