mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
14 lines
437 B
Diff
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}
|
|
)
|