|
1 | 1 | #[=============================================================================[ |
2 | 2 | Find the Apache packages and tools. |
3 | 3 |
|
4 | | -The Apache development package usually contains Apache header files, the apr |
5 | | -(Apache Portable Runtime) library and its headers, apr config command-line tool, |
6 | | -and the apxs command-line tool. |
| 4 | +The Apache development package usually contains Apache header files, the `apr` |
| 5 | +(Apache Portable Runtime) library and its headers, `apr` config command-line |
| 6 | +tool, and the `apxs` command-line tool. |
7 | 7 |
|
8 | | -Module defines the following IMPORTED target(s): |
| 8 | +Module defines the following `IMPORTED` target(s): |
9 | 9 |
|
10 | | - Apache::Apache |
11 | | - The package library, if found. |
| 10 | +* `Apache::Apache` - The package library, if found. |
12 | 11 |
|
13 | 12 | Result variables: |
14 | 13 |
|
15 | | - Apache_FOUND |
16 | | - Whether the package has been found. |
17 | | - Apache_INCLUDE_DIRS |
18 | | - Include directories needed to use this package. |
19 | | - Apache_LIBRARIES |
20 | | - Libraries needed to link to the package library. |
21 | | - Apache_VERSION |
22 | | - Package version, if found. |
23 | | - Apache_THREADED |
24 | | - Whether Apache requires thread safety. |
25 | | - Apache_LIBEXECDIR |
26 | | - Path to the directory containing all Apache modules and httpd.exp file (list |
27 | | - of exported symbols). |
| 14 | +* `Apache_FOUND` - Whether the package has been found. |
| 15 | +* `Apache_INCLUDE_DIRS` - Include directories needed to use this package. |
| 16 | +* `Apache_LIBRARIES` - Libraries needed to link to the package library. |
| 17 | +* `Apache_VERSION` - Package version, if found. |
| 18 | +* `Apache_THREADED` - Whether Apache requires thread safety. |
| 19 | +* `Apache_LIBEXECDIR` - Path to the directory containing all Apache modules and |
| 20 | + `httpd.exp` file (list of exported symbols). |
28 | 21 |
|
29 | 22 | Cache variables: |
30 | 23 |
|
31 | | - Apache_APXS_EXECUTABLE |
32 | | - Path to the APache eXtenSion tool command-line tool. |
33 | | - Apache_APXS_DEFINITIONS |
34 | | - A list of compile definitions (-D) from the apxs CFLAGS query string. |
35 | | - Apache_APR_CONFIG_EXECUTABLE |
36 | | - Path to the apr library command-line configuration tool. |
37 | | - Apache_APR_CPPFLAGS |
38 | | - A list of C preprocessor flags for the APR library. |
39 | | - Apache_APU_CONFIG_EXECUTABLE |
40 | | - Path to the Apache Portable Runtime Utilities config command-line tool. |
41 | | - Apache_EXECUTABLE |
42 | | - Path to the Apache command-line server program. |
43 | | - Apache_INCLUDE_DIR |
44 | | - Directory containing package library headers. |
45 | | - Apache_APR_INCLUDE_DIR |
46 | | - Directory containing apr library headers. |
47 | | - Apache_APR_LIBRARY |
48 | | - The path to the apr library. |
| 24 | +* `Apache_APXS_EXECUTABLE` - Path to the APache eXtenSion tool command-line tool |
| 25 | + (`apxs`). |
| 26 | +* `Apache_APXS_DEFINITIONS` - A list of compile definitions (`-D`) from the |
| 27 | + `apxs -q CFLAGS` query string. |
| 28 | +* `Apache_APR_CONFIG_EXECUTABLE` - Path to the `apr` library command-line |
| 29 | + configuration tool. |
| 30 | +* `Apache_APR_CPPFLAGS` - A list of C preprocessor flags for the `apr` library. |
| 31 | +* `Apache_APU_CONFIG_EXECUTABLE` - Path to the Apache Portable Runtime Utilities |
| 32 | + config command-line tool. |
| 33 | +* `Apache_EXECUTABLE` - Path to the Apache command-line server program. |
| 34 | +* `Apache_INCLUDE_DIR` - Directory containing package library headers. |
| 35 | +* `Apache_APR_INCLUDE_DIR` - Directory containing `apr` library headers. |
| 36 | +* `Apache_APR_LIBRARY` - The path to the `apr` library. |
49 | 37 |
|
50 | 38 | Hints: |
51 | 39 |
|
52 | | - The Apache_ROOT variable adds custom search path. |
| 40 | +The `Apache_ROOT` variable adds custom search path. |
53 | 41 | #]=============================================================================] |
54 | 42 |
|
55 | 43 | include(FeatureSummary) |
|
0 commit comments