From a9815d91f0b266750ac0b22679443307bcddc6e1 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 25 Oct 2019 09:15:42 +1100 Subject: sb/windows: Add the optional cmake command. --- source-builder/sb/windows.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source-builder/sb/windows.py b/source-builder/sb/windows.py index 0f93b6c..199a6b8 100644 --- a/source-builder/sb/windows.py +++ b/source-builder/sb/windows.py @@ -102,6 +102,7 @@ def load(): '__chgrp': ('exe', 'required', 'chgrp'), '__chmod': ('exe', 'required', 'chmod'), '__chown': ('exe', 'required', 'chown'), + '__cmake': ('exe', 'optional', 'cmake'), '__cp': ('exe', 'required', 'cp'), '__cvs': ('exe', 'optional', 'cvs'), '__cxx': ('exe', 'required', cxx), -- cgit v1.2.3