mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Formatted the MSVC<2015 warning properly
This commit is contained in:
parent
f4c9aedf09
commit
a786257320
@ -32,11 +32,7 @@ if (MSVC)
|
|||||||
endif (SQLITECPP_BUILD_TESTS)
|
endif (SQLITECPP_BUILD_TESTS)
|
||||||
# Handle the (partly supported) MSVC versions prior to 2015
|
# Handle the (partly supported) MSVC versions prior to 2015
|
||||||
if (MSVC_TOOLSET_VERSION LESS 140)
|
if (MSVC_TOOLSET_VERSION LESS 140)
|
||||||
message(WARNING "--------------- MSVC < 2015 detected ---------------")
|
message(WARNING " MSVC < 2015 detected: Visual Studio prior to 2015 is not fully supported. BLOB storage seems to be corrupted.")
|
||||||
message(WARNING "Visual Studio prior to 2015 is not fully supported." )
|
|
||||||
message(WARNING "BLOB storage seems to be corrupted for the built-in" )
|
|
||||||
message(WARNING "SQLite3 implementation." )
|
|
||||||
message(WARNING "----------------------------------------------------")
|
|
||||||
endif (MSVC_TOOLSET_VERSION LESS 140)
|
endif (MSVC_TOOLSET_VERSION LESS 140)
|
||||||
else (MSVC)
|
else (MSVC)
|
||||||
set(CPPLINT_ARG_OUTPUT "--output=eclipse")
|
set(CPPLINT_ARG_OUTPUT "--output=eclipse")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user