mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:41:28 +08:00
77fc723d47
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
12 lines
250 B
Diff
12 lines
250 B
Diff
--- a/expat/CMakeLists.txt
|
|
+++ b/expat/CMakeLists.txt
|
|
@@ -459,7 +459,7 @@ if(NOT WIN32)
|
|
endif()
|
|
endif()
|
|
|
|
-if(MINGW)
|
|
+if(MINGW AND EXPAT_SHARED_LIBS)
|
|
set_target_properties(expat PROPERTIES SUFFIX "-${LIBCURRENT_MINUS_AGE}.dll")
|
|
endif()
|
|
|