cmake: Disable building shared libs

This commit is contained in:
Tom Dewey 2024-09-19 11:22:52 +01:00 committed by Tom Dewey
parent db1fc0951a
commit 759c947c4f

View file

@ -38,6 +38,7 @@ endif(APPLE)
# Bundled code will occasionally use identical options - eg, BUILD_TESTING.
set(BUILD_TESTING OFF)
set(BUILD_STATIC_LIBS ON)
set(BUILD_SHARED_LIBS OFF)
# Bundled liblzma
set(XZ_MICROLZMA_DECODER OFF)