D29482: Add support for openbabel 3
Antonio Rojas <[email protected]> Wed, 6 May 2020 13:51:05 +0000
| Newsgroups | gmane.comp.kde.education |
|---|---|
| Message-ID | <[email protected]> |
arojas created this revision. arojas added a reviewer: Kalzium. Herald added a project: KDE Edu. Herald added a subscriber: kde-edu. arojas requested review of this revision. REVISION SUMMARY We require a min version 3.1 since the cmake config files in 3.0 are totally broken. In 3.1 they are still not completely right, they miss a dependency on boost in order to define the Boost::system target so we add a find_package call here. TEST PLAN Builds with openbabel 2.4 and 3.1 REPOSITORY R326 Kalzium REVISION DETAIL https://phabricator.kde.org/D29482 AFFECTED FILES CMakeLists.txt compoundviewer/CMakeLists.txt compoundviewer/widgets/CMakeLists.txt config-kalzium.h.cmake src/CMakeLists.txt src/kalzium.cpp src/kalziumschemetype.cpp src/kalziumschemetype.h src/main.cpp To: arojas, #kalzium Cc: kde-edu, narvaez, apol