Skip to content
Snippets Groups Projects
Commit 88305853 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

change cmake dependency type to ("build", "run")

parent ed17c275
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class Arbor(CMakePackage, CudaPackage):
conflicts("%cce@:9.1")
conflicts("%intel")
depends_on("cmake@3.19:", type="build")
depends_on("cmake@3.19:", type=("build", "run"))
# misc dependencies
depends_on("fmt@7.1:", when="@0.5.3:") # required by the modcc compiler
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment