mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 09:22:45 +00:00
Defaulted OPENAL=ON for the openal branch
This commit is contained in:
parent
b55d668c5c
commit
00a9c353f3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ option(SDL2
|
|||
"Use SDL2 instead of SDL1.2" OFF)
|
||||
|
||||
option(OPENAL
|
||||
"Use OpenAL soft instead of XAudio2" OFF)
|
||||
"Use OpenAL soft instead of XAudio2" ON)
|
||||
|
||||
if(MSVC)
|
||||
#message(STATUS CMAKE_ROOT: ${CMAKE_ROOT})
|
||||
|
|
Loading…
Reference in a new issue