2019-12-24 07:26:04 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2023-11-22 10:24:19 +08:00
|
|
|
index e355e4d..6dfe543 100644
|
2019-12-24 07:26:04 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2023-11-22 10:24:19 +08:00
|
|
|
@@ -632,7 +632,7 @@ else()
|
|
|
|
# We also need to use a custom suffix, in order to distinguish between the
|
|
|
|
# shared import library name and the static library name.
|
|
|
|
set(PNG_SHARED_OUTPUT_NAME "libpng${PNGLIB_ABI_VERSION}")
|
|
|
|
- set(PNG_STATIC_OUTPUT_NAME "libpng${PNGLIB_ABI_VERSION}_static")
|
|
|
|
+ set(PNG_STATIC_OUTPUT_NAME "libpng${PNGLIB_ABI_VERSION}")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(PNG_SHARED)
|