Skip to content

Commit

Permalink
fix: require edm4hep-0.10.3 (Vector4f in edm4eic::Vertex) (#72)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This was overlooked in the #61.

### What kind of change does this PR introduce?
- [x] Bug fix (issue: edm4hep-0.10.2 doesn't work anymore)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
  • Loading branch information
wdconinc authored Feb 7, 2024
1 parent a9693ae commit 0bd6edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include(GNUInstallDirs)
find_package(podio 0.15 REQUIRED)
include_directories(${podio_INCLUDE_DIR})

find_package(EDM4HEP 0.4.1 REQUIRED)
find_package(EDM4HEP 0.10.3 REQUIRED)

list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS})
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down

0 comments on commit 0bd6edd

Please sign in to comment.