Files
rdkit/Code/RDGeneral/versions.cpp.cmake
2016-02-10 12:18:50 +01:00

9 lines
324 B
CMake

#include <RDGeneral/versions.h>
const char * RDKit::rdkitVersion = "@RDKit_RELEASENAME@";
// The Boost version as detected at build time.
// CMake's Boost_LIB_VERSION is defined by the FindBoost.cmake module
// to be the same as the value from <boost/version.hpp>
const char * RDKit::boostVersion = "@Boost_LIB_VERSION@";