mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-02 07:21:52 +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)
|
"Use SDL2 instead of SDL1.2" OFF)
|
||||||
|
|
||||||
option(OPENAL
|
option(OPENAL
|
||||||
"Use OpenAL soft instead of XAudio2" OFF)
|
"Use OpenAL soft instead of XAudio2" ON)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
#message(STATUS CMAKE_ROOT: ${CMAKE_ROOT})
|
#message(STATUS CMAKE_ROOT: ${CMAKE_ROOT})
|
||||||
|
|
Loading…
Reference in a new issue