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 48c5c49 commit af46d26Copy full SHA for af46d26
cmake/cmake/modules/PHP/AddCustomCommand.cmake
@@ -37,7 +37,7 @@ their timestamps manually and executes the PHP_COMMAND only when needed.
37
```cmake
38
php_add_custom_command(
39
php_generate_something
40
- OUTPUTS
+ OUTPUT
41
list of generated files
42
DEPENDS
43
list of files or targets that this generation depends on
cmake/cmake/modules/PHP/AddCustomCommand/RunCommand.cmake
@@ -1,6 +1,6 @@
1
#[=============================================================================[
2
Script for PHP/AddCustomCommand module that loops over output files and their
3
-dependant input source files and runs the command inside the execute_process().
+dependent input source files and runs the command inside the execute_process().
4
5
Expected variables:
6
0 commit comments