diff --git a/ports/ci/appveyor/build.bat b/ports/ci/appveyor/build.bat index 2af262e..c1e8fdd 100755 --- a/ports/ci/appveyor/build.bat +++ b/ports/ci/appveyor/build.bat @@ -45,7 +45,7 @@ if "%CMAKE_GENERATOR:~0,13%" == "Visual Studio" ( -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_INSTALL_PREFIX="%INSTALL_PREFIX%" ^ .. - cmake --config Release --build . + cmake --build . --config Release ) cmake --build . @@ -78,7 +78,7 @@ if "%CMAKE_GENERATOR:~0,13%" == "Visual Studio" ( -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_INSTALL_PREFIX="%INSTALL_PREFIX%" ^ .. - cmake --config Release --build . + cmake --build . --config Release ) cd ..