mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[extlib] CMakeLists.txt: Don't install zstd.dll right now.
We're not using zstd outside of the test suite, so we don't need to install it.
This commit is contained in:
parent
1a7d919f78
commit
0136021beb
2
extlib/CMakeLists.txt
vendored
2
extlib/CMakeLists.txt
vendored
@ -106,7 +106,7 @@ IF(USE_INTERNAL_ZSTD)
|
||||
# On Windows and Mac OS X, this will build DLLs.
|
||||
# On other systems, this will be statically-linked.
|
||||
IF(WIN32 OR APPLE)
|
||||
SET(SKIP_INSTALL_LIBRARIES OFF)
|
||||
SET(SKIP_INSTALL_LIBRARIES ON)
|
||||
SET(SKIP_INSTALL_ALL OFF)
|
||||
SET(BUILD_SHARED_LIBS ON)
|
||||
SET(BUILD_STATIC_LIBS OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user