Adjust include directory order for some corner cases
[alexxy/gromacs.git] / src / gromacs / gmxlib / CMakeLists.txt
index 204fb6a66adccf61ed32968b86d25dd871b14860..4710367b3543eb3588476efcae41506c923f1587 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(${CMAKE_CURRENT_SOURCE_DIR})
+include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR})
 
 add_subdirectory(nonbonded)