Adjust include directory order for some corner cases
[alexxy/gromacs.git] / src / testutils / CMakeLists.txt
index 6b848613000f2ca6cb379dda20662d8f4ef7b65f..8dd207ad0ea12ed3f663fbd7ebda41d942435602 100644 (file)
@@ -32,7 +32,7 @@
 # To help us fund GROMACS development, we humbly ask that you cite
 # the research papers on the package. Check out http://www.gromacs.org.
 
-include_directories(${GMOCK_INCLUDE_DIRS})
+include_directories(BEFORE ${GMOCK_INCLUDE_DIRS})
 include_directories(${LIBXML2_INCLUDE_DIR})
 file(GLOB TESTUTILS_SOURCES *.cpp)