mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
cmake: Disable building shared libs
This commit is contained in:
parent
db1fc0951a
commit
759c947c4f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ endif(APPLE)
|
||||||
# Bundled code will occasionally use identical options - eg, BUILD_TESTING.
|
# Bundled code will occasionally use identical options - eg, BUILD_TESTING.
|
||||||
set(BUILD_TESTING OFF)
|
set(BUILD_TESTING OFF)
|
||||||
set(BUILD_STATIC_LIBS ON)
|
set(BUILD_STATIC_LIBS ON)
|
||||||
|
set(BUILD_SHARED_LIBS OFF)
|
||||||
|
|
||||||
# Bundled liblzma
|
# Bundled liblzma
|
||||||
set(XZ_MICROLZMA_DECODER OFF)
|
set(XZ_MICROLZMA_DECODER OFF)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue