We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe30b5 commit 578fe74Copy full SHA for 578fe74
docs/cmake-modules/PHP/ConfigureFile.md
@@ -14,16 +14,13 @@ The following function is exposed:
14
```cmake
15
php_configure_file(
16
<template-file>
17
- <file-output>
18
- [INSTALL_DESTINATION <path>]
+ <output-file>
19
[VARIABLES [<variable> <value>] ...]
20
)
21
```
22
23
-* `INSTALL_DESTINATION`
24
- Path to the directory where the generated file `<file-output>` will be
25
- installed to. If not provided, `<file-output>` will not be installed.
26
* `VARIABLES`
+
27
Pairs of variable names and values.
28
29
The `$<INSTALL_PREFIX>` generator expression can be used in variable values,
0 commit comments