mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
8 lines
325 B
CMake
8 lines
325 B
CMake
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 ()
|