CMake: Since Audaspace now requires Boost, auto enable Boost if WITH_AUDASPACE is enabled.

This commit is contained in:
Mitchell Stokes 2012-11-08 05:50:02 +00:00
parent 718550878b
commit cb41fbef8e

@ -372,8 +372,8 @@ if(WITH_CYCLES)
set(WITH_OPENIMAGEIO ON)
endif()
# auto enable boost for cycles and booleans
if(WITH_CYCLES OR WITH_MOD_BOOLEAN)
# auto enable boost for cycles, booleans or audaspace
if(WITH_CYCLES OR WITH_MOD_BOOLEAN OR WITH_AUDASPACE)
set(WITH_BOOST ON)
endif()