Skip to content

Commit

Permalink
juggler: depends_on k4fwcore, k4actstracking
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 20, 2023
1 parent f3d26e0 commit 5e86929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ class Juggler(CMakePackage):

depends_on("cppgsl")

# FIXME update to start at 13: when released
depends_on("k4fwcore", when="@12:")
depends_on("k4actstracking", when="@12:")

def cmake_args(self):
args = []
# C++ Standard
Expand Down

0 comments on commit 5e86929

Please sign in to comment.