Remove boost::regex support #6817 (#6913)

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:
Hussein Faara
2023-11-20 22:58:29 -08:00
committed by GitHub
parent 2a68050ed0
commit ab7b8dd2c6
17 changed files with 12 additions and 76 deletions

View File

@@ -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