Add in place and multithread support for more of the MolStandardize code (#6970)

This commit is contained in:
Greg Landrum
2023-12-12 17:21:18 +01:00
committed by GitHub
parent c9a46b34bc
commit c7c9ad3328
13 changed files with 968 additions and 124 deletions

View File

@@ -12,7 +12,8 @@ rdkit_library(RDGeneral
target_compile_definitions(RDGeneral PRIVATE RDKIT_RDGENERAL_BUILD)
if(RDK_USE_BOOST_STACKTRACE AND UNIX AND NOT APPLE)
set(EXTRA_STACKTRACE_LIBS dl)
target_compile_definitions(RDGeneral PRIVATE RDK_USE_BOOST_STACKTRACE)
set(EXTRA_STACKTRACE_LIBS dl)
endif()
target_link_libraries(RDGeneral PUBLIC ${RDKit_THREAD_LIBS} ${EXTRA_STACKTRACE_LIBS})