Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
4f44d724
Commit
4f44d724
authored
1 year ago
by
Dmitry Kalinkin
Committed by
Andre Sailer
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
DDG4/CMakeLists.txt: add an explicit dependency on DD4HEP_HEPMC3_COMPRESSION_SUPPORT
parent
94a45851
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDG4/CMakeLists.txt
+13
-12
13 additions, 12 deletions
DDG4/CMakeLists.txt
with
13 additions
and
12 deletions
DDG4/CMakeLists.txt
+
13
−
12
View file @
4f44d724
...
...
@@ -117,18 +117,19 @@ IF(DD4HEP_USE_HEPMC3)
set
(
DDG4HepMC3_USES DD4hep::DDG4 Geant4::Interface
${
HEPMC3_LIBRARIES
}
)
set
(
DDG4HepMC3_DEFINITIONS
)
IF
(
ZLIB_FOUND
)
list
(
APPEND DDG4HepMC3_USES ZLIB::ZLIB
)
list
(
APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_Z_SUPPORT=1
)
ENDIF
()
IF
(
LIBLZMA_FOUND
)
list
(
APPEND DDG4HepMC3_INCLUDES
${
LIBLZMA_INCLUDE_DIRS
}
)
list
(
APPEND DDG4HepMC3_USES
${
LIBLZMA_LIBRARIES
}
)
list
(
APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_LZMA_SUPPORT=1
)
ENDIF
()
IF
(
BZIP2_FOUND
)
list
(
APPEND DDG4HepMC3_USES BZip2::BZip2
)
list
(
APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_BZ2_SUPPORT=1
)
IF
(
DD4HEP_HEPMC3_COMPRESSION_SUPPORT
)
IF
(
ZLIB_FOUND
)
list
(
APPEND DDG4HepMC3_USES ZLIB::ZLIB
)
list
(
APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_Z_SUPPORT=1
)
ENDIF
()
IF
(
LIBLZMA_FOUND
)
list
(
APPEND DDG4HepMC3_USES LibLZMA::LibLZMA
)
list
(
APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_LZMA_SUPPORT=1
)
ENDIF
()
IF
(
BZIP2_FOUND
)
list
(
APPEND DDG4HepMC3_USES BZip2::BZip2
)
list
(
APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_BZ2_SUPPORT=1
)
ENDIF
()
ENDIF
()
dd4hep_add_plugin
(
DDG4HepMC3
...
...
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