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

Link the gdml2gm exe against Xerces-C, fixes CC7 build

parent 2c5e5742
No related branches found
No related tags found
1 merge request!60WIP: Add CC7 (Centos7) CI jobs
......@@ -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}
......
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