Formatted the MSVC<2015 warning properly

This commit is contained in:
Jorrit Wronski 2018-11-28 22:06:05 +01:00
parent f4c9aedf09
commit a786257320

View File

@ -32,11 +32,7 @@ if (MSVC)
endif (SQLITECPP_BUILD_TESTS)
# Handle the (partly supported) MSVC versions prior to 2015
if (MSVC_TOOLSET_VERSION LESS 140)
message(WARNING "--------------- MSVC < 2015 detected ---------------")
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 "----------------------------------------------------")
message(WARNING " MSVC < 2015 detected: Visual Studio prior to 2015 is not fully supported. BLOB storage seems to be corrupted.")
endif (MSVC_TOOLSET_VERSION LESS 140)
else (MSVC)
set(CPPLINT_ARG_OUTPUT "--output=eclipse")