Skip to content

Commit

Permalink
Merge pull request #206 from patrickdupuis/expHoaRebase
Browse files Browse the repository at this point in the history
Remove Binaural UGens from HOAUGens
  • Loading branch information
mossheim authored Jul 31, 2018
2 parents 59ea4da + 21872ad commit 9326e12
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 5,545 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ option(NOVA_SIMD "Build VBAP with nova-simd support." ON)
option(CPP11 "Build with c++11." ON)
option(NATIVE "Optimize for this specific machine." OFF)
option(SYSTEM_STK "Use STK libraries from system" OFF)
option(HOA_UGENS "Build with HOAUGens. Cannot be built on Windows or on embedded linux systems." OFF)
option(HOA_UGENS "Build with HOAUGens (Higher-order Ambisonics)" ON)
option(NOVA_DISK_IO "Build with Nova's DiskIO UGens. Requires boost source tree, break warranty & eats your children." OFF)

if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
Expand Down
Loading

0 comments on commit 9326e12

Please sign in to comment.