From 0fb742581af9a16c5b421570bdec26ebbf19abfe Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Sun, 25 Jun 2017 22:47:37 -0700 Subject: [PATCH] CMake: remove duplicated call to find OpenAL --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25d78829bc..cfdea29ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)