mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
48dcbd29b3
* Really fix output names * Fix parameter warning * Update versions
14 lines
402 B
Diff
14 lines
402 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e80b524..1ecf908 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -429,7 +429,7 @@ set_target_properties(liblzma PROPERTIES
|
|
|
|
# It's liblzma.so or liblzma.dll, not libliblzma.so or lzma.dll.
|
|
# Avoid the name lzma.dll because it would conflict with LZMA SDK.
|
|
- PREFIX ""
|
|
+ OUTPUT_NAME lzma
|
|
)
|
|
|
|
# Create liblzmaConfigVersion.cmake.
|