diff options
Diffstat (limited to 'cmake/modules/FindSqlite3.cmake')
-rw-r--r-- | cmake/modules/FindSqlite3.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindSqlite3.cmake b/cmake/modules/FindSqlite3.cmake index abde0cff0a..8fd9719ec7 100644 --- a/cmake/modules/FindSqlite3.cmake +++ b/cmake/modules/FindSqlite3.cmake @@ -3,7 +3,7 @@ # ----------- # Finds the SQLite3 library # -# This will will define the following variables:: +# This will define the following variables:: # # SQLITE3_FOUND - system has SQLite3 # SQLITE3_INCLUDE_DIRS - the SQLite3 include directory |