Skip to content
Snippets Groups Projects
Commit 50fdf4fe authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Johannes Junggeburth
Browse files

Better comments

parent 4cc93d59
Branches
Tags
1 merge request!327New schema for the GeoModel SQLite database and updated I/O
...@@ -29,16 +29,15 @@ if( APPLE ) ...@@ -29,16 +29,15 @@ if( APPLE )
endif() endif()
# === Externally provided content === # === Externally provided content ===
# Set up how the project handle some of its dependenices. Either by ing them # Set up how the project handle some of its dependenices. Either by picking them
# up from the environment, or building them itself. # up from the environment, or building them itself.
include( SetupEigen3 ) include( SetupEigen3 )
include( SetupXercesC ) include( SetupXercesC )
include( SetupJSON ) include( SetupJSON )
# Find the dependencies that the project always s up from its environment. # Find the dependencies that the project always picks up from its environment.
find_package( SQLite3 3.7.17 ) find_package( SQLite3 3.7.17 )
# === Enable testing functionality # === Enable testing functionality
# NOTE: this must be in the root CMakeLists.txt file # NOTE: this must be in the root CMakeLists.txt file
# even if the tests are defined in CMake files # even if the tests are defined in CMake files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment