mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
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:
parent
a806b89b25
commit
fe0314287f
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue