mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
8 lines
328 B
CMake
8 lines
328 B
CMake
set (PACKAGE_VERSION "1.2016.03.1.dev1")
|
|
if (NOT "${PACKAGE_FIND_VERSION}" VERSION_GREATER "1.2016.03.1.dev1")
|
|
set (PACKAGE_VERSION_COMPATIBLE 1) # assuming backward compatible
|
|
if ("$PACKAGE_FIND_VERSION}" VERSION_EQUAL "1.2016.03.1.dev1")
|
|
set (PACKAGE_VERSION_EXACT 1) # matches exactly
|
|
endif ()
|
|
endif ()
|