Skip to content

Commit c1eb351

Browse files
committed
Update docs
1 parent 858bada commit c1eb351

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/cmake/differences.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ build system:
112112

113113
* HP-UX platform is not supported in CMake-based build system anymore.
114114

115+
* On Windows, there is also `main/build-defs.h` header added and included in the
116+
`main/config.w32.h` to be synced with \*nix configuration.
117+
115118
## Bugs fixed
116119

117120
* Building inside folder with spaces.

docs/cmake/modules/FindSendmail.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ either `sendmail` is used if found, or a general default value is set to
1111
## Result variables
1212

1313
* `Sendmail_FOUND` - Whether sendmail has been found.
14-
* `PROG_SENDMAIL` - Path to the sendmail executable program, either found by
15-
the module or set to a sensible default value.
14+
* `Sendmail_PROGRAM` - Path to the sendmail executable program, either found by
15+
the module or set to a sensible default value for usage in PHP. On Windows,
16+
this is set to an empty string as PHP uses a built in mailer there.
1617

1718
## Cache variables
1819

0 commit comments

Comments
 (0)