Closed tobil4sk closed 1 year ago
CMake now generates the copyright year displayed in neko's (and other tools') usage message so that it is up-to-date as of the time the package was built.
This required adding a $neko_build_year() builtin function to neko.
$neko_build_year()
I had to look up what this TIMESTAMP thing does in CMake, but having done so this change makes sense to me.
TIMESTAMP
CMake now generates the copyright year displayed in neko's (and other tools') usage message so that it is up-to-date as of the time the package was built.
This required adding a
$neko_build_year()
builtin function to neko.