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

Drop unnecessary ZLIB_INCLUDE_DIR

parent 4197e22d
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,6 @@ IF(DD4HEP_USE_HEPMC3) ...@@ -118,7 +118,6 @@ IF(DD4HEP_USE_HEPMC3)
set(DDG4HepMC3_DEFINITIONS) set(DDG4HepMC3_DEFINITIONS)
IF(ZLIB_FOUND) IF(ZLIB_FOUND)
list(APPEND DDG4HepMC3_INCLUDES ${ZLIB_INCLUDE_DIR})
list(APPEND DDG4HepMC3_USES ZLIB::ZLIB) list(APPEND DDG4HepMC3_USES ZLIB::ZLIB)
list(APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_Z_SUPPORT=1) list(APPEND DDG4HepMC3_DEFINITIONS HEPMC3_USE_COMPRESSION HEPMC3_Z_SUPPORT=1)
ENDIF() 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