Skip to content
Snippets Groups Projects
Commit a6f27cc2 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

bugfix for CI

parent 71869abb
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ target_link_libraries(${LIBNAME}
ROOT::Core
PUBLIC spdlog::spdlog
PUBLIC fmt::fmt
stdc++fs
)
endif()
......
......@@ -29,6 +29,7 @@ target_link_libraries(${ANALYZER}
Podd::HallA
PRIVATE spdlog::spdlog
PRIVATE fmt::fmt
stdc++fs
)
endif()
......@@ -70,6 +71,7 @@ else ()
Podd::HallA
PUBLIC spdlog::spdlog
PRIVATE fmt::fmt
stdc++fs
)
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment