mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
make ringdecomposerlib a mandatory dependency (#9209)
This commit is contained in:
committed by
GitHub
parent
1657b788e9
commit
f3dd424d28
@@ -61,9 +61,7 @@ if(RDK_BUILD_CFFI_LIB)
|
||||
add_definitions(-DRDK_BUILD_INCHI_SUPPORT)
|
||||
list(APPEND LIBS_TO_USE RDInchiLib)
|
||||
endif()
|
||||
if(RDK_URF_LIBS)
|
||||
list(APPEND LIBS_TO_USE RingDecomposerLib)
|
||||
endif()
|
||||
list(APPEND LIBS_TO_USE RingDecomposerLib)
|
||||
|
||||
if(RDK_CFFI_STATIC AND ((NOT WIN32) OR (WIN32 AND RDK_INSTALL_DLLS_MSVC)))
|
||||
set(staticLibSuffix "_static")
|
||||
|
||||
Reference in New Issue
Block a user