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 15:02:25 (GMT) |
commit | 3e5b609547750f0498b6ca924fb70379457653da (patch) | |
tree | 57545b9d67b5681175b1c8f3264fc31ef449496b /Help/dev/experimental.rst | |
parent | aab9a5fc3e60db247c922f14420b088d9a983ff2 (diff) | |
download | CMake-3e5b609547750f0498b6ca924fb70379457653da.zip CMake-3e5b609547750f0498b6ca924fb70379457653da.tar.gz CMake-3e5b609547750f0498b6ca924fb70379457653da.tar.bz2 |
cmScanDepFormat: P1689R4: Make work-directory optional
Diffstat (limited to 'Help/dev/experimental.rst')
-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 517ffe4..9cf33eb 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -45,6 +45,7 @@ by the `P1689r3`_ paper, with the following updates: each entry in the ``rules`` array. They are unused. * Flatten ``future-compile`` members directly into each rule. * Factor a ``primary-output`` field out of the now-flattened ``outputs``. +* The ``work-directory`` field is optional. Compiler writers may try out their scanning functionality using the `cxx-modules-sandbox`_ test project, modified to set variables |