From ddedd4fc6eb0267dd28e850fa2d9ef71ea45f650 Mon Sep 17 00:00:00 2001 From: Segfault1602 Date: Tue, 28 Nov 2023 12:08:03 -0800 Subject: [PATCH] always build libsndfile from source --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9d6d31..f0a8960 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ if (NOT LIBDSP_LIB_ONLY OR LIBDSP_BUILD_TESTS) libsndfile GIT_REPOSITORY https://github.com/libsndfile/libsndfile.git GIT_TAG 1.2.2 - FIND_PACKAGE_ARGS NAMES sndfile ) FetchContent_MakeAvailable(libsndfile) set(BUILD_PROGRAMS OFF CACHE BOOL "Don't build libsndfile programs!")