Skip to content

Commit af46d26

Browse files
committed
Fix typos
1 parent 48c5c49 commit af46d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/cmake/modules/PHP/AddCustomCommand.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ their timestamps manually and executes the PHP_COMMAND only when needed.
3737
```cmake
3838
php_add_custom_command(
3939
php_generate_something
40-
OUTPUTS
40+
OUTPUT
4141
list of generated files
4242
DEPENDS
4343
list of files or targets that this generation depends on

cmake/cmake/modules/PHP/AddCustomCommand/RunCommand.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[=============================================================================[
22
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().
3+
dependent input source files and runs the command inside the execute_process().
44
55
Expected variables:
66

0 commit comments

Comments
 (0)