mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Update doc gen VM to ubuntu-latest, output cmake version during configure
This commit is contained in:
parent
2d43aaf7cc
commit
824bc372c5
2 changed files with 4 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue