fixed sqlite3 cmake info not correctly shown

This commit is contained in:
matlabbe
2018-09-05 15:03:50 -04:00
parent 1f985ddef0
commit 3c15563569

View File

@@ -884,8 +884,8 @@ IF(OpenCV_FOUND)
ENDIF()
ENDIF(OpenCV_FOUND)
IF(SQLITE3_FOUND)
MESSAGE(STATUS " With external SQLite3 = YES")
IF(Sqlite3_FOUND)
MESSAGE(STATUS " With external SQLite3 = YES (License: Public Domain)")
ELSE()
MESSAGE(STATUS " With external SQLite3 = NO (sqlite3 not found, internal version is used for convenience)")
ENDIF()