Move thread_mpi to src/external/
[alexxy/gromacs.git] / tests / CppCheck.cmake
index 0e3aeab8f79e9652051acd52ecf959feeea0f7ed..1d7ac5c8e846a9fdd1c1db4278eaeed4d75c67df 100644 (file)
@@ -70,6 +70,7 @@ if (CPPCHECK_EXECUTABLE AND UNIX)
     set(_common_flags
         --enable=style -DLINUX
         -I src/gromacs/legacyheaders -I src
+        -I src/external/thread_mpi/include
         -I ${CMAKE_BINARY_DIR}/src -I ${CMAKE_BINARY_DIR}/src/gromacs/utility
         --quiet
         ${_outputopt})