mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 01:19:00 +08:00
14 lines
537 B
Diff
14 lines
537 B
Diff
|
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
|
||
|
index eca9a8a..6f72955 100644
|
||
|
--- a/lib/CMakeLists.txt
|
||
|
+++ b/lib/CMakeLists.txt
|
||
|
@@ -97,7 +97,7 @@ endif()
|
||
|
set_target_properties(${LIB_NAME} PROPERTIES PREFIX "")
|
||
|
set_target_properties(${LIB_NAME} PROPERTIES IMPORT_PREFIX "")
|
||
|
|
||
|
-if(WIN32)
|
||
|
+if(WIN32 AND 0)
|
||
|
if(BUILD_SHARED_LIBS)
|
||
|
# Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
|
||
|
set_target_properties(${LIB_NAME} PROPERTIES IMPORT_SUFFIX "_imp.lib")
|