Try to force a Release build in Visual Studio 5.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-02-21 17:59:01 -03:00
parent fa7069f3de
commit 209c7afc33
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF

View file

@ -50,7 +50,6 @@ if "%CMAKE_GENERATOR:~0,13%" == "Visual Studio" (
cmake --build . --config Release --target install
)
cmake --build .
cd ..
echo.