Skip to content

Commit

Permalink
Added default path for RedHat OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
xvjau-ro committed Dec 6, 2012
1 parent 9e2bfdb commit ec02125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApacheConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT (ApacheAPR_INCLUDE_DIR AND ApacheAPR_LINK_FLAGS ))
endif()
endif()

find_path(ApacheINCLUDE_DIR httpd.h HINTS /usr/include/apache2)
find_path(ApacheINCLUDE_DIR httpd.h HINTS /usr/include/apache2 /usr/include/httpd)

if(${ApacheAPR_FOUND})
mark_as_advanced(ApacheAPR_INCLUDE_DIR ApacheAPR_LINK_FLAGS)
Expand Down

0 comments on commit ec02125

Please sign in to comment.