diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-06-08 15:27:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-09 14:50:41 (GMT) |
commit | 82c867ad85785cdf6efed98f8fdef27419375f29 (patch) | |
tree | 5d423e0b600adbb1a19ddf517902e70c6e7e6ba4 /Help | |
parent | 5e26887c35be116a83ba049098f5780309ced073 (diff) | |
download | CMake-82c867ad85785cdf6efed98f8fdef27419375f29.zip CMake-82c867ad85785cdf6efed98f8fdef27419375f29.tar.gz CMake-82c867ad85785cdf6efed98f8fdef27419375f29.tar.bz2 |
cmScanDepFormat: P1689R4: Flatten future-compile members into parent
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/experimental.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index 3db8177..52feec3 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -43,6 +43,7 @@ by the `P1689r3`_ paper, with the following updates: * Omit the ``outputs``, ``inputs``, and ``depends`` fields from each entry in the ``rules`` array. They are unused. +* Flatten ``future-compile`` members directly into each rule. Compiler writers may try out their scanning functionality using the `cxx-modules-sandbox`_ test project, modified to set variables |