Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Aug 6, 2024
1 parent c0db38c commit e7bb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/JANA/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ target_include_directories(jana2 PUBLIC
$<INSTALL_INTERFACE:include>)
target_link_libraries(jana2 PUBLIC ${CMAKE_DL_LIBS} Threads::Threads)
if (${USE_PODIO})
target_link_libraries(jana2 podio::podio podio::podioRootIO)
target_link_libraries(jana2 PUBLIC podio::podio podio::podioRootIO)
endif()
if (${USE_ROOT})
target_include_directories(jana2 PUBLIC ${ROOT_INCLUDE_DIRS})
Expand Down

0 comments on commit e7bb1bd

Please sign in to comment.