CetSetVersionFromFile¶
- cet_set_version_from_file¶
Set the version of the specified or current project from a file.
cet_set_version_from_file([<options>]...)
Options¶
EXTENDED_VERSION_SEMANTICSPlace code in CMake Config files to handle non-numeric version components.
NOPOptional separator between a list option and non-option arguments; no other effect.
PROJECTThe project whose version is to be set. Defaults to the current project if not specified.
VERSION_FILEThe file from which to read the version. Defaults to
VERSIONif not specified.
Note
Leading and trailing whitespace will be trimmed, including any trailing newline.
New in version 3.04.
Cetmodules