diff options
Diffstat (limited to 'cmake/FindOpenSL.cmake')
-rw-r--r-- | cmake/FindOpenSL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindOpenSL.cmake b/cmake/FindOpenSL.cmake index 41c68fde..e4b260bc 100644 --- a/cmake/FindOpenSL.cmake +++ b/cmake/FindOpenSL.cmake @@ -53,7 +53,7 @@ find_library(OPENSL_LIBRARY NAMES OpenSLES # handle the QUIETLY and REQUIRED arguments and set OPENSL_FOUND to TRUE if # all listed variables are TRUE include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(OPENSL REQUIRED_VARS OPENSL_LIBRARY OPENSL_INCLUDE_DIR +find_package_handle_standard_args(OpenSL REQUIRED_VARS OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) if(OPENSL_FOUND) |