commit | b2b97d015ea2203147fce6d94a17a937f161d45f | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Mon May 22 10:54:26 2023 +0200 |
committer | Brad King <brad.king@kitware.com> | Mon May 22 12:46:04 2023 -0400 |
tree | 6b834e30bd302f757b28e879d63b24bb7e6292e9 | |
parent | fc29c5f1bf11d018278a08ae35e2672955f9871b [diff] |
Help: configure_file: add $CACHE{VAR} and $ENV{VAR} to description The configure_file(...) and string(CONFIGURE ...) functions also substitutes variables of the form: $CACHE{VAR} and $ENV{VAR}. Therefore add this information to the help documentation so that this behavior is described to users