CMake: Disable building test binaries

These are primarily gated in the dependencies - and not of interest to our build flow.
This commit is contained in:
Tom Dewey 2024-09-03 14:52:46 +01:00 committed by Tom Dewey
parent a806b89b25
commit fe0314287f

View file

@ -33,6 +33,9 @@ endif(APPLE)
## Preferentially build the bundled code. Full vendoring is to follow in a later version.
# Bundled code will occasionally use identical options - eg, BUILD_TESTING.
set(BUILD_TESTING OFF)
# Bundled liblzma
set(XZ_MICROLZMA_DECODER OFF)
set(XZ_MICROLZMA_ENCODER OFF)