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 942f3df commit 33d04e1Copy full SHA for 33d04e1
.github/workflows/windows.yml
@@ -74,7 +74,7 @@ jobs:
74
-DCMAKE_CXX_STANDARD=20 ^
75
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} ^
76
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING ^
77
- -DCMAKE_VERBOSE_MAKEFILE=ON ^^
+ -DCMAKE_VERBOSE_MAKEFILE=ON ^
78
-DSPARROW_IPC_BUILD_TESTS=ON
79
if %errorlevel% neq 0 exit /b %errorlevel%
80
cmake --build build/ --parallel
0 commit comments