From 2cd2f40e37ab7e3880bc9504c6d7cda5a188fed7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 7 Oct 2023 09:47:58 +0000 Subject: [PATCH] tests: show cmake version used in integration tests Closes #1201 --- tests/cmake/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cmake/test.sh b/tests/cmake/test.sh index 0d675cab..9d95a766 100755 --- a/tests/cmake/test.sh +++ b/tests/cmake/test.sh @@ -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)"