From 9eb1434b000e03622cd382a93aeeae0b0ac29e08 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Aug 2025 22:49:39 +0200 Subject: [PATCH] also in appveyor --- appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.sh b/appveyor.sh index 225d577f8c..e9871415e0 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -163,7 +163,7 @@ fi if [ "${EXAMPLES}" = 'ON' ] && \ [ "${BUILD_SYSTEM}" = 'CMake' ]; then - time cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples + time cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples-build fi # disk space used