Download this file
8 lines (7 with data), 325 Bytes
set (PACKAGE_VERSION "@RDKit_VERSION@")
if (NOT "${PACKAGE_FIND_VERSION}" VERSION_GREATER "@RDKit_VERSION@")
set (PACKAGE_VERSION_COMPATIBLE 1) # assuming backward compatible
if ("$PACKAGE_FIND_VERSION}" VERSION_EQUAL "@RDKit_VERSION@")
set (PACKAGE_VERSION_EXACT 1) # matches exactly
endif ()
endif ()
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.