Skip to content

Commit

Permalink
Add a dependency on podio for k4geo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 9, 2024
1 parent 87e92d0 commit 3b9837e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/k4geo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class K4geo(CMakePackage):
depends_on("root")
depends_on("python", type="build")
depends_on("ninja", type="build")
depends_on("podio")

def cmake_args(self):
args = []
Expand Down

0 comments on commit 3b9837e

Please sign in to comment.