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
068b2d17
Commit
068b2d17
authored
4 years ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Patches
Plain Diff
Link the gdml2gm exe against Xerces-C, fixes CC7 build
parent
2c5e5742
No related branches found
No related tags found
1 merge request
!60
WIP: Add CC7 (Centos7) CI jobs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelTools/GDMLtoGM/CMakeLists.txt
+1
-1
1 addition, 1 deletion
GeoModelTools/GDMLtoGM/CMakeLists.txt
with
1 addition
and
1 deletion
GeoModelTools/GDMLtoGM/CMakeLists.txt
+
1
−
1
View file @
068b2d17
...
...
@@ -49,7 +49,7 @@ install( FILES ${HEADERS}
# Create and install the gdml2gm executable.
add_executable
(
gdml2gm gdml2gm/gdml2gm.cxx
)
target_link_libraries
(
gdml2gm PRIVATE
GeoModelXMLParser GeoModelCore::GeoModelKernel GeoModelIO::GeoModelWrite GeoModelIO::GeoModelDBManager GDMLtoGM
)
GeoModelXMLParser GeoModelCore::GeoModelKernel GeoModelIO::GeoModelWrite GeoModelIO::GeoModelDBManager GDMLtoGM
XercesC::XercesC
)
install
(
TARGETS gdml2gm
EXPORT
${
PROJECT_NAME
}
-export
LIBRARY DESTINATION
${
CMAKE_INSTALL_BINDIR
}
...
...
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