summaryrefslogtreecommitdiff
path: root/build/appveyor/MSYS-appveyor-build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/appveyor/MSYS-appveyor-build.bat')
-rw-r--r--build/appveyor/MSYS-appveyor-build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/appveyor/MSYS-appveyor-build.bat b/build/appveyor/MSYS-appveyor-build.bat
index 95b7669bd..46794ee0d 100644
--- a/build/appveyor/MSYS-appveyor-build.bat
+++ b/build/appveyor/MSYS-appveyor-build.bat
@@ -44,5 +44,5 @@ SET CMAKEARGS=-G\"%GENERATOR%\" ^
-DWITH_SHARED_LIB=OFF ^
-DWITH_STATIC_LIB=ON
-%BASH% -lc "mkdir %BUILDDIR_MSYS% && cd %BUILDDIR_MSYS% && %CMAKE% %SRCDIR_MSYS% %CMAKEARGS% && %CMAKE% --build . --config %CONFIGURATION% --target install" || EXIT /B
+%BASH% -lc "mkdir %BUILDDIR_MSYS% && cd %BUILDDIR_MSYS% && %CMAKE% %SRCDIR_MSYS% %CMAKEARGS% && %CMAKE% --build . --config %CONFIGURATION% && %CMAKE% --install . --config %CONFIGURATION%" || EXIT /B
@ECHO OFF