1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-12-03 13:31:12 +03:00

tests: show cmake version used in integration tests

Closes #1201
This commit is contained in:
Viktor Szakats
2023-10-07 09:47:58 +00:00
parent a9a79e7a41
commit 2cd2f40e37

View File

@@ -8,6 +8,8 @@ set -u
cd "$(dirname "$0")"
cmake --version
rm -rf bld-fetchcontent; cmake -B bld-fetchcontent -DTEST_INTEGRATION_MODE=FetchContent \
-DFROM_GIT_REPO="${PWD}/../.." \
-DFROM_GIT_TAG="$(git rev-parse HEAD)"