[FEA] rapids_cmake_write_version_file()
extras
#687
Labels
0 - Backlog
In queue waiting for assignment
Contributions Welcome
feature request
New feature or request
good first issue
Good for newcomers
rapids_cmake_write_version_file()
currently only results inbut there are a few other "version" related utility macros that it could generate while we are at it:
PROJECT_VERSION
(literally justPROJECT_VERSION_MAJOR.PROJECT_VERSION_MINOR.PROJECT_VERSION_PATCH
, or some other scheme).PROJECT_VERSION_GT/LT/EQ
: e.g.PROJECT_VERSION_GT(10, 5, 0)
evaluates true if current version is strictly greater than 10.5.0, false otherwise.The text was updated successfully, but these errors were encountered: