IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5718fed5 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Alan Coleman
Browse files

CMake: remove BZip2 dep. from main CML.txt (gets added in subdir where it's needed)

parent cd981918
No related branches found
No related tags found
1 merge request!632Resolve "Improvements for conan2 build system"
Pipeline #13778 failed
......@@ -250,13 +250,11 @@ find_package(spdlog REQUIRED)
find_package(yaml-cpp REQUIRED)
find_package(Arrow REQUIRED)
find_package(PROPOSAL REQUIRED)
find_package(BZip2 REQUIRED)
find_package(Catch2 REQUIRED)
target_link_libraries (
CORSIKA8
INTERFACE
ZLIB::ZLIB
BZip2::BZip2
Boost::filesystem
CLI11::CLI11
......
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