Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594630 | Differences between
and this patch

Collapse All | Expand All

(-)a/libavogadro/src/python/CMakeLists.txt (-1 / +1 lines)
Lines 21-27 if (WIN32) Link Here
21
  target_link_libraries(python-module avogadro ${PYTHON_LIBRARIES})
21
  target_link_libraries(python-module avogadro ${PYTHON_LIBRARIES})
22
else()
22
else()
23
  target_link_libraries(python-module stdc++ avogadro
23
  target_link_libraries(python-module stdc++ avogadro
24
    ${QT_LIBRARIES} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES})
24
    ${QT_LIBRARIES} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES} ${OPENBABEL2_LIBRARIES})
25
endif()
25
endif()
26
26
27
# Let's try to use this instead:
27
# Let's try to use this instead:

Return to bug 594630