Make sndfile off by default
This commit is contained in:
parent
1c45b7a491
commit
eb5bec3a03
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ option_ex (SFIZZ_TESTS "Enable tests build" OFF)
|
|||
option_ex (SFIZZ_DEMOS "Enable feature demos build" OFF)
|
||||
option_ex (SFIZZ_DEVTOOLS "Enable developer tools build" OFF)
|
||||
option_ex (SFIZZ_SHARED "Enable shared library build" ON)
|
||||
option_ex (SFIZZ_USE_SNDFILE "Enable use of the sndfile library" ON)
|
||||
option_ex (SFIZZ_USE_SNDFILE "Enable use of the sndfile library" OFF)
|
||||
option_ex (SFIZZ_USE_VCPKG "Assume that sfizz is build using vcpkg" OFF)
|
||||
option_ex (SFIZZ_USE_SYSTEM_ABSEIL "Use Abseil libraries preinstalled on system" OFF)
|
||||
option_ex (SFIZZ_USE_SYSTEM_SIMDE "Use SIMDe libraries preinstalled on system" OFF)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue