[rtems-source-builder commit] sb/windows: Add the optional cmake command.

Chris Johns chrisj at rtems.org
Fri Oct 25 03:17:26 UTC 2019


Module:    rtems-source-builder
Branch:    master
Commit:    a9815d91f0b266750ac0b22679443307bcddc6e1
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=a9815d91f0b266750ac0b22679443307bcddc6e1

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Oct 25 09:15:42 2019 +1100

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),



More information about the vc mailing list