c_blosc: disable static

This commit is contained in:
Jérôme Duval
2023-03-23 10:00:44 +01:00
committed by GitHub
parent caad17df6d
commit dc78289a81

View File

@@ -63,6 +63,7 @@ defineDebugInfoPackage c_blosc$secondaryArchSuffix \
BUILD()
{
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_STATIC="OFF" \
-DPREFER_EXTERNAL_LZ4=ON \
-DPREFER_EXTERNAL_SNAPPY=ON \
-DPREFER_EXTERNAL_ZLIB=ON \