furnace/extern/libsndfile-modified/MODIFIED.md
tildearrow 061991fe60 desubmodulize libsndfile - PLEASE READ
it appears a one-character typo in the cmake_minimum_required line prevents it from compiling under CMake 4.0.
in order to fix that, I had to take this thing out of submodules...

it is recommended to do this after you pull;

git submodule deinit extern/libsndfile
2025-04-02 15:09:53 -05:00

321 B

NOTICE: THIS IS A MODIFIED VERSION OF LIBSNDFILE WHICH FIXES COMPILATION WHEN USING CMAKE 4.0.

I can't believe I had to desubmodulize this just for a ONE CHARACTER change. no, I couldn't use Git master as they've dropped support for early 3.x CMake.

this is commit 72f6af15e8f85157bd622ed45b979025828b7001 (tag 1.2.2).