mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
14 lines
373 B
Diff
14 lines
373 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 53a174e..5983882 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -404,7 +404,7 @@ IF (ENABLE_STATIC)
|
|
|
|
SET_TARGET_PROPERTIES(
|
|
mikmod-static
|
|
- PROPERTIES OUTPUT_NAME "mikmod"
|
|
+ PROPERTIES OUTPUT_NAME "mikmod-static"
|
|
)
|
|
SET_TARGET_PROPERTIES(
|
|
${LIBMIKMOD_LIBS}
|