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 9108bbb commit a0f72c7Copy full SHA for a0f72c7
build.bat
@@ -7,15 +7,15 @@ cd build
7
8
@REM Generate a Visual Studio solution for latest version found
9
cmake -DSQLITECPP_BUILD_EXAMPLES=ON -DSQLITECPP_BUILD_TESTS=ON ..
10
-if ERRORLEVEL 1 goto onError
+@if ERRORLEVEL 1 goto onError
11
12
@REM Build default configuration (ie 'Debug')
13
cmake --build .
14
15
16
@REM Build and run tests
17
ctest --output-on-failure
18
19
20
goto onSuccess
21
0 commit comments