Files
vcpkg/ports/getopt-win32/static-output-name.diff
Kai Pastor b6ebb6b65b [getopt-win32] update to 2.42.0 (#48281)
Co-authored-by: PaperChalice <liujunchang97@outlook.com>
2025-11-20 14:14:13 -08:00

14 lines
437 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1267606..1e4946f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ if(BUILD_STATIC_LIBS)
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
set_target_properties(getopt_static PROPERTIES
- OUTPUT_NAME getopt_static
+ OUTPUT_NAME getopt
PUBLIC_HEADER ${GETOPT_HDR}
VERSION ${PROJECT_VERSION}
)