mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
CMake: Set SKIP_INSTALL_ALL for zlib-ng to avoid installing it.
This commit is contained in:
parent
97100290ee
commit
f09c9f211f
1
Externals/zlib-ng/CMakeLists.txt
vendored
1
Externals/zlib-ng/CMakeLists.txt
vendored
@ -1,5 +1,6 @@
|
|||||||
set(ZLIB_ENABLE_TESTS OFF)
|
set(ZLIB_ENABLE_TESTS OFF)
|
||||||
set(ZLIB_COMPAT ON)
|
set(ZLIB_COMPAT ON)
|
||||||
|
set(SKIP_INSTALL_ALL ON)
|
||||||
|
|
||||||
option(BUILD_SHARED_LIBS "Build shared library" OFF)
|
option(BUILD_SHARED_LIBS "Build shared library" OFF)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user