Skip to content

Commit

Permalink
Remove include paths
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 12, 2023
1 parent 05bd338 commit d73b186
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions avogadro/qtplugins/forcefield/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down

1 comment on commit d73b186

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.