File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ if (SQLITECPP_BUILD_TESTS)
296296
297297 # Add definitions to keep googletest from making the compilation fail
298298 if (MSVC )
299- if (MSVC AND MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS_EQUAL 1919) # OR MSVC_TOOLSET_VERSION EQUAL 141)
299+ if (MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS_EQUAL 1919) # OR MSVC_TOOLSET_VERSION EQUAL 141)
300300 target_compile_definitions (gtest PUBLIC _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
301301 target_compile_definitions (gtest_main PUBLIC _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
302302 target_compile_definitions (gmock PUBLIC _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ if ERRORLEVEL 1 goto onError
1717ctest --output-on-failure
1818if ERRORLEVEL 1 goto onError
1919
20- cd ..
21- exit
20+ goto onSuccess
2221
2322:onError
2423@ echo An error occured!
25- cd ..
24+ :onSuccess
25+ cd ..
You can’t perform that action at this time.
0 commit comments