CMake: remove OpenAL dependency

This commit is contained in:
Ahmad Fatoum
2018-01-26 22:57:57 +01:00
parent d5bbcbc15f
commit 1093766669
2 changed files with 4 additions and 8 deletions

View File

@ -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()