mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
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