|
| 1 | +# FindApache |
| 2 | + |
| 3 | +Find the Apache packages and tools. |
| 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. |
| 8 | + |
| 9 | +Module defines the following IMPORTED target(s): |
| 10 | + |
| 11 | + Apache::Apache |
| 12 | + The package library, if found. |
| 13 | + |
| 14 | +Result variables: |
| 15 | + |
| 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). |
| 29 | + |
| 30 | +Cache variables: |
| 31 | + |
| 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. |
| 50 | + |
| 51 | +Hints: |
| 52 | + |
| 53 | + The Apache_ROOT variable adds custom search path. |
0 commit comments