Skip to content
Snippets Groups Projects
Commit 1a853e80 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by Andre Sailer
Browse files

Use BZip2::BZip2

parent 608d239d
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,7 @@ IF(DD4HEP_USE_HEPMC3)
list(APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_LZMA_SUPPORT=1)
ENDIF()
IF(BZIP2_FOUND)
list(APPEND DDG4HepMC3_INCLUDES ${BZIP2_INCLUDE_DIRS})
list(APPEND DDG4HepMC3_USES ${BZIP2_LIBRARIES})
list(APPEND DDG4HepMC3_USES BZip2::BZip2)
list(APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_BZ2_SUPPORT=1)
ENDIF()
......
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