diff --git a/ci/windows/build_common.psm1 b/ci/windows/build_common.psm1 index 9d8e9cf..1b8b534 100644 --- a/ci/windows/build_common.psm1 +++ b/ci/windows/build_common.psm1 @@ -73,6 +73,7 @@ function configure_preset { # CMake must be invoked in the same directory as the presets file: pushd ".." + echo "cmake --preset $PRESET $CMAKE_OPTIONS --log-level VERBOSE" cmake --preset $PRESET $CMAKE_OPTIONS --log-level VERBOSE $test_result = $LastExitCode