Update doc gen VM to ubuntu-latest, output cmake version during configure

This commit is contained in:
Tim Wojtulewicz 2022-04-19 12:09:56 -07:00
parent 2d43aaf7cc
commit 824bc372c5
2 changed files with 4 additions and 2 deletions

2
configure vendored
View file

@ -442,6 +442,8 @@ echo "Build Directory : $builddir"
echo "Source Directory: $sourcedir"
cd $builddir
echo "Using $(cmake --version | head -1)"
echo
if [ -n "$CMakeGenerator" ]; then
"$CMakeCommand" -G "$CMakeGenerator" $CMakeCacheEntries $sourcedir
else