Skip to content

Commit

Permalink
spack: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Sep 4, 2024
1 parent a8b1052 commit 3862f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack-repo/packages/ports-of-call/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PortsOfCall(CMakePackage):
variant("test", default=False, description="Build tests")

depends_on("[email protected]:")
depends_on("[email protected]:", when"+test")
depends_on("[email protected]:", when="+test")

def cmake_args(self):
args = [
Expand Down

0 comments on commit 3862f84

Please sign in to comment.