Skip to content

Commit

Permalink
Fix dependency for rootDict generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
arummler authored and tmadlener committed Dec 6, 2023
1 parent 96e2496 commit 46bd3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ IF( BUILD_ROOTDICT )
INCLUDE_DIRECTORIES( SYSTEM "${ROOT_INCLUDE_DIRS}" )

ADD_SHARED_LIBRARY( lcioDict ${lcio_rootdict_sources} )
TARGET_LINK_LIBRARIES( lcioDict ${ROOT_LIBRARIES} lcio )
TARGET_LINK_LIBRARIES( lcioDict ${ROOT_LIBRARIES} LCIO::lcio SIO::sio)

IF( APPLE )

Expand Down

0 comments on commit 46bd3c1

Please sign in to comment.