Skip to content

Commit

Permalink
Remove VR32 from bundled libsoxr
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed May 31, 2024
1 parent d12fe67 commit eb8cec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if (NOT USE_SYSTEM_LIBSOXR)
option(WITH_OPENMP "" OFF)
option(WITH_LSR_BINDINGS "" OFF)
option(BUILD_SHARED_LIBS "" OFF) # make it shared someday?
option(WITH_VR32 "" OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_INSTALL_PREFIX ../install)
set(CMAKE_POLICY_DEFAULT_CMP0115 OLD) # suppress policy warnings
Expand Down

0 comments on commit eb8cec1

Please sign in to comment.