Remove gmxpreprocess from include path
[alexxy/gromacs.git] / src / programs / CMakeLists.txt
index 91e97d372e8458f6f5ff593051e473f40556e4b4..cf5ba06456941ac1d04712bd86bfcf90cab8d844 100644 (file)
@@ -32,8 +32,6 @@
 # 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_SOURCE_DIR}/src/gromacs/gmxpreprocess)
-
 file(GLOB MDRUN_SOURCES mdrun/*.c mdrun/*.cpp)
 # make an "object library" that we can re-use for multiple targets
 add_library(mdrun_objlib OBJECT ${MDRUN_SOURCES})