mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Add in place and multithread support for more of the MolStandardize code (#6970)
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user