Skip to content

Commit

Permalink
link edm-core library to edm-sioBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Nov 18, 2020
1 parent 839c39d commit 9c86507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/podioMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function(PODIO_ADD_SIO_IO_BLOCKS CORE_LIB HEADERS SOURCES)
ENDIF()

add_library(${CORE_LIB}SioBlocks SHARED ${SOURCES} ${HEADERS})
target_link_libraries(${CORE_LIB}SioBlocks PUBLIC podio::podio podio::podioSioIO)
target_link_libraries(${CORE_LIB}SioBlocks PUBLIC ${CORE_LIB} podio::podio podio::podioSioIO)
target_include_directories(${CORE_LIB}SioBlocks PUBLIC
$<BUILD_INTERFACE:${ARG_OUTPUT_FOLDER}>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
Expand Down

0 comments on commit 9c86507

Please sign in to comment.