Skip to content

Commit

Permalink
fixed sqlite3 cmake info not correctly shown
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Sep 5, 2018
1 parent 1f985dd commit 3c15563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3c15563

Please sign in to comment.