IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6bf00c78 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

zlib dep. to cnpy, not C8 utilities

parent ac743a8b
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ else () ...@@ -13,8 +13,6 @@ else ()
endif() endif()
endif () endif ()
find_package(ZLIB)
# #
# library setup # library setup
# #
...@@ -60,7 +58,6 @@ target_link_libraries ( ...@@ -60,7 +58,6 @@ target_link_libraries (
C8::ext::boost # so far only for MetaProgramming C8::ext::boost # so far only for MetaProgramming
C8::ext::eigen3 # for COMboost C8::ext::eigen3 # for COMboost
cnpy # for SaveBoostHistogram cnpy # for SaveBoostHistogram
ZLIB::ZLIB # for SaveBoostHistogram
) )
target_include_directories ( target_include_directories (
......
...@@ -24,13 +24,12 @@ set_target_properties ( ...@@ -24,13 +24,12 @@ set_target_properties (
# PUBLIC_HEADER "${MODEL_HEADERS}" # PUBLIC_HEADER "${MODEL_HEADERS}"
) )
find_package(ZLIB)
# target dependencies on other libraries (also the header onlys) # target dependencies on other libraries (also the header onlys)
target_link_libraries ( target_link_libraries (
cnpy cnpy
CORSIKAunits ${ZLIB_LIBRARIES}
CORSIKAparticles
CORSIKAgeometry
CORSIKAsetup
) )
target_include_directories ( target_include_directories (
......
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