-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
0 - BacklogIn queue waiting for assignmentIn queue waiting for assignmentContributions Welcomefeature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
rapids_cmake_write_version_file()
currently only results in
#define PROJECT_VERSION_MAJOR
#define PROJECT_VERSION_MINOR
#define PROJECT_VERSION_PATCH
but 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.
Metadata
Metadata
Assignees
Labels
0 - BacklogIn queue waiting for assignmentIn queue waiting for assignmentContributions Welcomefeature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers