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