File tree 2 files changed +4
-4
lines changed
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)
296
296
297
297
# Add definitions to keep googletest from making the compilation fail
298
298
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)
300
300
target_compile_definitions (gtest PUBLIC _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
301
301
target_compile_definitions (gtest_main PUBLIC _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
302
302
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
17
17
ctest --output-on-failure
18
18
if ERRORLEVEL 1 goto onError
19
19
20
- cd ..
21
- exit
20
+ goto onSuccess
22
21
23
22
:onError
24
23
@ echo An error occured!
25
- cd ..
24
+ :onSuccess
25
+ cd ..
You can’t perform that action at this time.
0 commit comments