mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Made the following changes
* removed RDK_USE_BOOST_REGEX cmake option and its references
* removed usage of RDKIT_USE_BOOST_REGEX macro
* removed install instructions related to boost regex
This commit is contained in:
@@ -9,8 +9,8 @@ CONFIG += qt
|
||||
INCLUDEPATH += ${RDBASE}/Code
|
||||
|
||||
RD_STATIC_LIBS = -lSmilesParse_static -lDepictor_static -lGraphMol_static \
|
||||
-lRDGeometryLib_static -lRDGeneral_static
|
||||
-lRDGeometryLib_static -lRDGeneral_static
|
||||
|
||||
LIBS += -L${RDBASE}/lib $${RD_STATIC_LIBS}
|
||||
|
||||
LIBS += -L${BOOST}/lib -lboost_regex -lboost_system
|
||||
LIBS += -L${BOOST}/lib -lboost_system
|
||||
|
||||
Reference in New Issue
Block a user