We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96b58d commit 5424540Copy full SHA for 5424540
build_windows_x64.bat
@@ -81,7 +81,7 @@ EXIT /B %status%
81
SET CMAKE_ARGS=%CMAKE_ARGS% -DFIREBASE_UNITY_BUILD_TESTS=ON
82
SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_CONFIGURATION_TYPES=RelWithDebInfo
83
84
- cmake .. -A x64 %CMAKE_ARGS% %~2
+ cmake .. -G "Visual Studio 16 2019" -A x64 %CMAKE_ARGS% %~2
85
86
:: Check for errors, and return if there were any
87
if %errorlevel% neq 0 (
0 commit comments