summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-04 11:29:36 +0100
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-07 13:57:29 +0100
commit05956c7111a31475a2ba045d27194ebed107d273 (patch)
treed83dcfd7e9dca3d53c5892fb217c3b4fd0228edf
parent116f80d220bcf49261692263870b491aca099384 (diff)
downloadbuildstream-05956c7111a31475a2ba045d27194ebed107d273.tar.gz
cmake.py: Mark this as a BST_VIRTUAL_DIRECTORY plugin
https://gitlab.com/BuildStream/buildstream/issues/454
-rw-r--r--buildstream/plugins/elements/cmake.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/cmake.py b/buildstream/plugins/elements/cmake.py
index 8126a80ac..2cb2601ae 100644
--- a/buildstream/plugins/elements/cmake.py
+++ b/buildstream/plugins/elements/cmake.py
@@ -56,7 +56,8 @@ from buildstream import BuildElement
# Element implementation for the 'cmake' kind.
class CMakeElement(BuildElement):
- pass
+ # Supports virtual directories (required for remote execution)
+ BST_VIRTUAL_DIRECTORY = True
# Plugin entry point