Skip to content

Commit

Permalink
Adding missing podioDataSourceDict target
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Aug 28, 2024
1 parent ad73722 commit 86e225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if (NOT ENABLE_DATASOURCE)
EXPORT podioTargets
DESTINATION "${CMAKE_INSTALL_LIBDIR}")
else()
install(TARGETS podio podioDict podioRootIO podioRootIODict podioIO podioDataSource ${INSTALL_LIBRARIES}
install(TARGETS podio podioDict podioRootIO podioRootIODict podioIO podioDataSource podioDataSourceDict ${INSTALL_LIBRARIES}
EXPORT podioTargets
DESTINATION "${CMAKE_INSTALL_LIBDIR}")
endif()
Expand Down

0 comments on commit 86e225f

Please sign in to comment.