CMake: remove duplicated call to find OpenAL

This commit is contained in:
Michael Maltese 2017-06-25 22:47:37 -07:00
parent 4ad46f1c7c
commit 0fb742581a
1 changed files with 0 additions and 2 deletions

View File

@ -626,8 +626,6 @@ else()
set(PNG png)
endif()
find_package(OpenAL)
# Using static soundtouch from Externals
# Unable to use system soundtouch library: We require shorts, not floats.
add_subdirectory(Externals/soundtouch)