diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42cb11ff5d01c95d747fefe840b3ae3dc6893178..229352b5bb2938c180fff8356d0f7baac5c64fcf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include( PrintBuildInfo )
 
 # Project's dependencies.
 find_package( GeoModelCore 3.2.0 REQUIRED )
-find_package( SQLite3 )
+find_package( SQLite3 QUIET )
 
 # Set sub-packages to build.
 # add_subdirectory( GeoModelErrorHandler ) // unused at the moment.