mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-23 14:20:57 +00:00
supress oversenstivie apple-only check on the al side
This commit is contained in:
parent
0005774075
commit
dbea2bc636
1 changed files with 3 additions and 0 deletions
|
|
@ -24,4 +24,7 @@ if(TORQUE_SFX_OPENAL)
|
|||
set(ALSOFT_UPDATE_BUILD_VERSION OFF CACHE BOOL "Update build Version" UPDATE)
|
||||
|
||||
add_subdirectory("${TORQUE_LIB_ROOT_DIRECTORY}/openal-soft" ${TORQUE_LIB_TARG_DIRECTORY}/openal-soft EXCLUDE_FROM_ALL)
|
||||
if(APPLE)
|
||||
target_compile_options(OpenAL PRIVATE -Wno-error=undef)
|
||||
endif()
|
||||
endif(TORQUE_SFX_OPENAL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue