Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SET(core_headers

PODIO_ADD_LIB_AND_DICT(podio "${core_headers}" "${core_sources}" selection.xml)
target_compile_options(podio PRIVATE -pthread)
target_link_libraries(podio PRIVATE Python3::Python)
target_link_libraries(podio PRIVATE Python3::Module)
# For Frame.h
if (ROOT_VERSION VERSION_LESS 6.36)
target_compile_definitions(podio PUBLIC PODIO_ROOT_OLDER_6_36=1)
Expand Down
Loading