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} ...@@ -108,6 +108,7 @@ target_link_libraries(${LIBNAME}
ROOT::Core ROOT::Core
PUBLIC spdlog::spdlog PUBLIC spdlog::spdlog
PUBLIC fmt::fmt PUBLIC fmt::fmt
stdc++fs
) )
endif() endif()
......
...@@ -29,6 +29,7 @@ target_link_libraries(${ANALYZER} ...@@ -29,6 +29,7 @@ target_link_libraries(${ANALYZER}
Podd::HallA Podd::HallA
PRIVATE spdlog::spdlog PRIVATE spdlog::spdlog
PRIVATE fmt::fmt PRIVATE fmt::fmt
stdc++fs
) )
endif() endif()
...@@ -70,6 +71,7 @@ else () ...@@ -70,6 +71,7 @@ else ()
Podd::HallA Podd::HallA
PUBLIC spdlog::spdlog PUBLIC spdlog::spdlog
PRIVATE fmt::fmt PRIVATE fmt::fmt
stdc++fs
) )
endif () endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment