Skip to content

Commit a5b98e6

Browse files
authored
clingo: allow cmake@4: (spack#2398)
1 parent 639f5d6 commit a5b98e6

File tree

1 file changed

+0
-3
lines changed
  • repos/spack_repo/builtin/packages/clingo

1 file changed

+0
-3
lines changed

repos/spack_repo/builtin/packages/clingo/package.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ class Clingo(CMakePackage):
5858
depends_on("[email protected]:", type="build")
5959
depends_on("[email protected]:", type="build", when="@5.5:")
6060

61-
# 5.7.1 and lower incompatible with cmake 4.0 due to cmake_minimum_required version 3.1
62-
depends_on("cmake@:3", type="build", when="@:5.7")
63-
6461
depends_on("doxygen", type="build", when="+docs")
6562

6663
depends_on("[email protected]:", type="build")

0 commit comments

Comments
 (0)