Skip to content

Commit

Permalink
always build libsndfile from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Nov 28, 2023
1 parent a10d568 commit ddedd4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down

0 comments on commit ddedd4f

Please sign in to comment.