Release 0.6.2

This commit is contained in:
Jonas Kvinge
2019-08-03 13:57:54 +02:00
parent e65c5eeab1
commit 10c57cf6da
5 changed files with 8 additions and 3 deletions

View File

@@ -436,5 +436,5 @@ elseif(NOT HAVE_GSTREAMER)
endif()
if(NOT SQLITE3_FTS5 AND NOT CMAKE_CROSSCOMPILING)
message(FATAL_ERROR "sqlite3 must be enabled with FTS5. See: https://www.sqlite.org/fts5.html")
message(WARNING "sqlite3 must be enabled with FTS5. See: https://www.sqlite.org/fts5.html")
endif()