Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
GeoModel
Commits
50fdf4fe
Commit
50fdf4fe
authored
1 year ago
by
Riccardo Maria Bianchi
Committed by
Johannes Junggeburth
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Better comments
parent
4cc93d59
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!327
New schema for the GeoModel SQLite database and updated I/O
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-3
2 additions, 3 deletions
CMakeLists.txt
with
2 additions
and
3 deletions
CMakeLists.txt
+
2
−
3
View file @
50fdf4fe
...
@@ -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
pick
ing 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
pick
s 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment