Remove unnecessary cppcheck include-path
[alexxy/gromacs.git] / tests / CppCheck.cmake
index 082df61c109b43a62f9f5bda9d0c1f0dc93af760..2b3e93386c63a4751ce8cbd4034f7923583e5c75 100644 (file)
@@ -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})