Skip to content

Commit

Permalink
Hack the include path
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Feb 3, 2024
1 parent e0a4cc7 commit 42a6011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avogadro/qtplugins/forcefield/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if (BUILD_GPL_PLUGINS)
obenergy.cpp
)
add_definitions(-DBUILD_GPL_PLUGINS)
include_directories(${OpenBabel3_INCLUDE_DIRS} ${OpenBabel3_INCLUDE_DIR})
include_directories(${OpenBabel3_INCLUDE_DIRS} ${OpenBabel3_INCLUDE_DIR}
${AvogadroLibs_BINARY_DIR}/../prefix/include/openbabel3)
endif()

avogadro_plugin(Forcefield
Expand Down

0 comments on commit 42a6011

Please sign in to comment.