mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
b518035a33
* [ZSTD] Update to 1.4.5 * [zstd] fix wrong assert to fix uwp regressions * always install *.pc file. Correct -l flag in pc file * fix orc regression * fix arrow regressions * fix orc zstd linkage * fix find_package(ZSTD) * install zstd dlls. * fix the patch due to a replacement error Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
417 B
Diff
14 lines
417 B
Diff
diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt
|
|
index 666da60c1..4274cbdd3 100644
|
|
--- a/build/cmake/lib/CMakeLists.txt
|
|
+++ b/build/cmake/lib/CMakeLists.txt
|
|
@@ -134,7 +134,7 @@ if (ZSTD_BUILD_STATIC)
|
|
OUTPUT_NAME ${STATIC_LIBRARY_BASE_NAME})
|
|
endif ()
|
|
|
|
-if (UNIX)
|
|
+if (1)
|
|
# pkg-config
|
|
set(PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
set(LIBDIR "${CMAKE_INSTALL_LIBDIR}")
|