Teach FindApache2.cmake to locate Apache on FreeBSD

This commit is contained in:
Gleb Popov
2025-08-08 22:26:47 +03:00
committed by Matej Kenda
parent d908da01a2
commit 2af85b90bf

View File

@@ -28,6 +28,7 @@ find_path(APACHE2_INCLUDE_DIR httpd.h
${PC_APACHE2_INCLUDE_DIRS}
/usr/include/httpd
/usr/local/include/apache2
/usr/local/include/apache24
/usr/include/apache2
)