Browse Source

FindOpenAL: Find AL/al.h or OpenAL/al.h in standard include paths

Add `AL` and `OpenAL` to the `PATH_SUFFIXES` so that they are searched
within the standard system include directories.

We already have `include/AL`, `include/OpenAL`, and `include` to help
out within the locations specified by `PATHS`, though it is unclear why
it was done this way instead of adding the suffixes to all the `PATHS`
explicitly.
James Jones 7 years ago
parent
commit
3d9d1c9dcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindOpenAL.cmake

+ 1 - 1
Modules/FindOpenAL.cmake

@@ -58,7 +58,7 @@
 find_path(OPENAL_INCLUDE_DIR al.h
   HINTS
     ENV OPENALDIR
-  PATH_SUFFIXES include/AL include/OpenAL include
+  PATH_SUFFIXES include/AL include/OpenAL include AL OpenAL
   PATHS
   ~/Library/Frameworks
   /Library/Frameworks