Keep track of wavpack arm configuration issue

This commit is contained in:
redtide 2023-10-21 11:56:15 +02:00
parent 1a7785f34d
commit 7cf5dd22a5
No known key found for this signature in database

View file

@ -30,6 +30,7 @@ set(WAVPACK_INSTALL_CMAKE_MODULE OFF)
set(WAVPACK_INSTALL_DOCS OFF)
set(WAVPACK_INSTALL_PKGCONFIG_MODULE OFF)
# FIXME: remove when WavPack updates their build script
# see https://github.com/dbry/WavPack/issues/93
if(APPLE AND PROJECT_SYSTEM_PROCESSOR MATCHES "(arm.*)")
SET(WAVPACK_ENABLE_ASM OFF)
endif()