summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/julia/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/julia/package.py b/var/spack/repos/builtin/packages/julia/package.py
index 97c873d075..cd401dd9ea 100644
--- a/var/spack/repos/builtin/packages/julia/package.py
+++ b/var/spack/repos/builtin/packages/julia/package.py
@@ -47,7 +47,8 @@ class Julia(Package):
# Python only needed to build LLVM?
depends_on('python@2.7:2.8', type='build', when='@:1.1')
depends_on('python@2.7:', type='build', when='@1.2:')
- depends_on('cmake @2.8:', type='build', when='@1.0:')
+ depends_on('cmake@2.8:', type='build', when='@1.0:')
+ depends_on('cmake@:3.11', type='build', when='@:1.4')
depends_on('git', type='build', when='@master')
# Combined build-time and run-time dependencies: