ConfigureFileScript Module

A CMake script for calling configure_file, to be invoked using -P as part of an internal CMAKE_COMMAND.

The script is required to be passed the following argument variables:

INPUT

Input file to be configured.

OUTPUT

Output file produced by configuration operation.

See also

Used to implement add_ca_configure_file()