Skip to content
Snippets Groups Projects
Commit 16429cf5 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Make find_package(nlohmann) QUIET because the system lib can be used as well

parent 190a7da2
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ include( PrintBuildInfo ) ...@@ -25,7 +25,7 @@ include( PrintBuildInfo )
# Project's dependencies. # Project's dependencies.
find_package( GeoModelCore 3.2.0 REQUIRED ) find_package( GeoModelCore 3.2.0 REQUIRED )
find_package( SQLite3 ) find_package( SQLite3 QUIET )
# Set sub-packages to build. # Set sub-packages to build.
# add_subdirectory( GeoModelErrorHandler ) // unused at the moment. # add_subdirectory( GeoModelErrorHandler ) // unused at the moment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment