mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:36:47 +08:00
e9e1c40c76
* [liblzma] Update to 5.2.9 * Update to 5.4.0
21 lines
626 B
Diff
21 lines
626 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 03b8301..820d08e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -584,6 +584,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/liblzma-config.cmake"
|
|
COMPONENT liblzma_Development)
|
|
|
|
|
|
+if(BUILD_TOOLS)
|
|
#############################################################################
|
|
# getopt_long
|
|
#############################################################################
|
|
@@ -793,6 +794,7 @@ if(NOT MSVC AND HAVE_GETOPT_LONG)
|
|
endforeach()
|
|
endif()
|
|
endif()
|
|
+endif()
|
|
|
|
|
|
#############################################################################
|