Skip to content
Snippets Groups Projects
Commit a973325b authored by Martin Blanchard's avatar Martin Blanchard
Browse files

cmake.py: Mark this as a BST_VIRTUAL_DIRECTORY plugin

parent 42650e98
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment