mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 08:02:29 +00:00
Nix build: assert cmake in path
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ print("Building:", *sorted(targets, key=lambda t: len(list(v(t)))))
|
|||||||
|
|
||||||
# Check that required tools are in PATH
|
# Check that required tools are in PATH
|
||||||
|
|
||||||
for cmd in [git, bunzip2, tar, cc, cplusplus, autoconf, automake, yacc, make, "patch"]:
|
for cmd in [git, bunzip2, tar, cc, cplusplus, autoconf, automake, yacc, make, "patch", "cmake"]:
|
||||||
if which(cmd) is None:
|
if which(cmd) is None:
|
||||||
raise ValueError("Required tool '%s' not installed or not added to PATH" % (cmd,))
|
raise ValueError("Required tool '%s' not installed or not added to PATH" % (cmd,))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user