Skip to content

Commit 578fe74

Browse files
committed
Update docs
1 parent 7fe30b5 commit 578fe74

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/cmake-modules/PHP/ConfigureFile.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ The following function is exposed:
1414
```cmake
1515
php_configure_file(
1616
<template-file>
17-
<file-output>
18-
[INSTALL_DESTINATION <path>]
17+
<output-file>
1918
[VARIABLES [<variable> <value>] ...]
2019
)
2120
```
2221

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.
2622
* `VARIABLES`
23+
2724
Pairs of variable names and values.
2825

2926
The `$<INSTALL_PREFIX>` generator expression can be used in variable values,

0 commit comments

Comments
 (0)