From 189b06d80a2f768d77abf9c7d838176bb608f06b Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Tue, 16 Jan 2024 13:26:02 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6b07f338390..34abcc34740 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -135,7 +135,7 @@ for: - cmd: echo == INSTALL JKQtPlotter ========================================================================== - cmd: cd %APPVEYOR_BUILD_FOLDER% - cmd: cd build - - cmd: if %USE_CMAKE%==true cmake --install . --config "%CONFIGURATION%" -j%NUMBER_OF_PROCESSORS% -- %CMAKE_BUILDFLAGS% + - cmd: if %USE_CMAKE%==true cmake --install . --config "%CONFIGURATION%" -j%NUMBER_OF_PROCESSORS% after_build: - cmd: echo == TEST USE JKQtPlotter CMAKE BUILD ============================================================ @@ -225,7 +225,7 @@ for: - sh: | if [ "$USE_CMAKE" = true ]; then echo --- Install using CMake ------------------------------------------------------------------------------- - cmake --install . --config "$CONFIGURATION" -j$(getconf _NPROCESSORS_ONLN) -- $CMAKE_BUILDFLAGS + cmake --install . --config "$CONFIGURATION" -j$(getconf _NPROCESSORS_ONLN) fi