Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModelTools
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GeoModelDev
GeoModelTools
Commits
3c8f68d4
Commit
3c8f68d4
authored
5 years ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Patches
Plain Diff
Remove the now unnecessary Qt dependency.
parent
f36b2019
Branches
Branches containing commit
Tags
4.1.0
No related merge requests found
Pipeline
#1699949
failed
5 years ago
Stage: dependencies
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
3c8f68d4
...
...
@@ -20,8 +20,8 @@ include( SetupXercesC )
include
(
SetupJSON
)
# Find the externals needed by the project.
find_package
(
GeoModelCore REQUIRED
)
find_package
(
GeoModelIO REQUIRED
)
find_package
(
GeoModelCore
3.2.0
REQUIRED
)
find_package
(
GeoModelIO
3.2.0
REQUIRED
)
# Set up the build of the libraries of the project.
add_subdirectory
(
GeoModelXMLParser
)
...
...
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