Skip to content

Commit

Permalink
fix missing link to extension datamodel in cmake testing function
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Dec 9, 2024
1 parent 88146f4 commit adecb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/podioTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ function(CREATE_PODIO_TEST sourcefile additional_libs)
add_executable( ${name} ${sourcefile} )
add_test(NAME ${name} COMMAND ${name})

target_link_libraries(${name} PRIVATE TestDataModel ExtensionDataModel ${additional_libs})
target_link_libraries(${name} PRIVATE TestDataModel ExtensionDataModel InterfaceExtensionDataModel ${additional_libs})
PODIO_SET_TEST_ENV(${name})
endfunction()

0 comments on commit adecb5f

Please # to comment.