summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-01-26 22:57:57 +0100
committerAhmad Fatoum <[email protected]>2018-01-27 01:05:17 +0100
commit1093766669f7a96de09e205e9bab97c0e361a427 (patch)
treeab4cbcdf01219896858138f810be2320ebcb0d0d /src/CMakeLists.txt
parentd5bbcbc15f9111381b82bd02e7c498c9fca586d2 (diff)
downloadraylib-1093766669f7a96de09e205e9bab97c0e361a427.tar.gz
raylib-1093766669f7a96de09e205e9bab97c0e361a427.zip
CMake: remove OpenAL dependency
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e86bff9b..c8958c28 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -99,7 +99,7 @@ if(${PLATFORM} MATCHES "PLATFORM_DESKTOP")
if(APPLE)
# TODO extract framework location and name from ${LIBS_PRIVATE}
# and specify them as -F and -framework instead of hardcoding
- foreach(F OpenGL OpenAL Cocoa)
+ foreach(F OpenGL Cocoa)
set(PKG_CONFIG_LIBS_PRIVATE "${PKG_CONFIG_LIBS_PRIVATE} -framework ${F}")
endforeach(F)
endif()