Skip to content

Commit 1b30fea

Browse files
committed
Update docs
1 parent f0b8e38 commit 1b30fea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cmake/modules/PHP/SearchLibraries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ If `<variable>` is given, check result is stored in an internal cache variable.
5151
* `LIBRARIES`
5252

5353
If symbol is not found in the default libraries (C library), then the
54-
`LIBRARIES` list is iterated. Instead of using the `check_library_exists()` or
55-
`check_function_exists()`, the `check_symbol_exists()` is used, since it also
56-
works when symbol might be a macro definition. It would not be found using the
57-
other two commands because they don't include required headers.
54+
`LIBRARIES` list is iterated. Instead of using the `check_function_exists()`,
55+
the `check_symbol_exists()` is used, since it also works when symbol might be
56+
a macro definition. It would not be found using the other two commands because
57+
they don't include required headers.
5858

5959
* `VARIABLE`
6060

0 commit comments

Comments
 (0)