Skip to content

Commit

Permalink
ReadEDM4hep: correct cmake status message about requirements.
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Madlener <[email protected]>
  • Loading branch information
andresailer and tmadlener authored Jan 20, 2025
1 parent 573696e commit 2c6f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDG4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ IF(TARGET EDM4HEP::edm4hep)
set_target_properties(DDG4EDM4HEPReader PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION})
MESSAGE(STATUS "EDM4hepFileReader enabled")
else()
MESSAGE(STATUS "EDM4hepFileReader requires a new version of EDM4hep, disabled")
MESSAGE(STATUS "EDM4hepFileReader requires at least PODIO 1.0, disabled")
endif()
ENDIF()

Expand Down

0 comments on commit 2c6f463

Please sign in to comment.