[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:
David Korth 2020-07-12 17:22:54 -04:00
parent 1a7d919f78
commit 0136021beb

View File

@ -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)