make ringdecomposerlib a mandatory dependency (#9209)

This commit is contained in:
Ricardo Rodriguez
2026-03-27 18:17:27 +01:00
committed by GitHub
parent 1657b788e9
commit f3dd424d28
16 changed files with 14 additions and 60 deletions

View File

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