aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_version_stamp.lua
Commit message (Collapse)AuthorAge
* build: run git-describe for dev version during build (#11117)Daniel Hahler2019-09-30
This avoids invoking CMake after a new commit, which might take 15s on some systems. Skipped on CMake < 3.2.0 (missing BYPRODUCTS support). Co-Authored-By: Justin M. Keyes <justinkz@gmail.com>