From d73b1860eb93ab1f178c07cb668622dcfe94ea8b Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Wed, 11 Oct 2023 22:32:24 -0400 Subject: [PATCH] Remove include paths Signed-off-by: Geoff Hutchison --- avogadro/qtplugins/forcefield/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/avogadro/qtplugins/forcefield/CMakeLists.txt b/avogadro/qtplugins/forcefield/CMakeLists.txt index 88546724ea..b3d670d4bf 100644 --- a/avogadro/qtplugins/forcefield/CMakeLists.txt +++ b/avogadro/qtplugins/forcefield/CMakeLists.txt @@ -1,11 +1,3 @@ - -# Add as "system headers" to avoid warnings generated by them with -# compilers that support that notion. -include_directories(SYSTEM "${EIGEN3_INCLUDE_DIR}" - "${AvogadroLibs_BINARY_DIR}/avogadro/io/" - "${AvogadroLibs_SOURCE_DIR}/thirdparty") - -# Extension set(forcefield_srcs forcefield.cpp )