vcpkg/ports/curl/0005_remove_imp_suffix.patch

13 lines
398 B
Diff
Raw Normal View History

2023-06-01 20:07:32 +02:00
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 7678f43..00f61f8 100644
2023-06-01 20:07:32 +02:00
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -105,7 +105,6 @@ endif()
if(WIN32 AND
NOT IMPORT_LIB_SUFFIX AND
CMAKE_STATIC_LIBRARY_SUFFIX STREQUAL CMAKE_IMPORT_LIBRARY_SUFFIX)
- set(IMPORT_LIB_SUFFIX "_imp")
endif()
# Whether to do a single compilation pass for libcurl sources and reuse these