Skip to content

Commit 5424540

Browse files
author
Cynthia Jiang
committed
test windows visual studio
1 parent c96b58d commit 5424540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_windows_x64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EXIT /B %status%
8181
SET CMAKE_ARGS=%CMAKE_ARGS% -DFIREBASE_UNITY_BUILD_TESTS=ON
8282
SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_CONFIGURATION_TYPES=RelWithDebInfo
8383

84-
cmake .. -A x64 %CMAKE_ARGS% %~2
84+
cmake .. -G "Visual Studio 16 2019" -A x64 %CMAKE_ARGS% %~2
8585

8686
:: Check for errors, and return if there were any
8787
if %errorlevel% neq 0 (

0 commit comments

Comments
 (0)