Closed peteschultz closed 7 years ago
This pull request determines PV_GIT_REVISION when make is run. Previously, the git revision was determined when cmake is run, meaning that a new commit that did not require rerunning cmake would not report the new commit version.
make
cmake
This pull request determines PV_GIT_REVISION when
make
is run. Previously, the git revision was determined whencmake
is run, meaning that a new commit that did not require rerunning cmake would not report the new commit version.