Commit Graph

6 Commits

Author SHA1 Message Date
FoolHen 1e41850bec Fix libzip build failure due to BUILD_SHARED_LIBS collision
SQLiteCpp's option(BUILD_SHARED_LIBS OFF) sets the variable in cache,
which then leaks into libzip's build. libzip defaults to ON but sees
the cached OFF value, causing it to attempt linking against
zstd::libzstd_static which doesn't exist when only the shared library
is installed (e.g., on Arch Linux).

Fix by explicitly setting BUILD_SHARED_LIBS=ON before add_subdirectory(libzip).
2026-06-08 13:14:34 +02:00
Robin E.R. Davies ca50da5630 Remove NeuralAmpModelerCore 2026-04-20 14:12:51 -04:00
Robin E.R. Davies ee360fc9ac Add NueralAmpModelerCore submodule 2026-04-20 13:39:42 -04:00
Robin E.R. Davies 96cb9967aa Exclude .h and .a files in install. 2026-01-27 17:14:56 -05:00
Robin E. R. Davies ac194fbbb5 Fixes to handling of path properties in presets. 2025-09-04 15:20:56 -04:00
Robin E. R. Davies 07f99a7339 libzip shared module 2025-08-18 08:38:14 -04:00