Defaulted OPENAL=ON for the openal branch

This commit is contained in:
Robert Beckebans 2013-01-05 00:14:55 +01:00
parent b55d668c5c
commit 00a9c353f3

View file

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