Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit e63f98b

Browse files
author
Peter Drahos
committed
Fixed library generation issue on mingw
1 parent 3fe25a7 commit e63f98b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ if(MSVC)
118118
endif()
119119
endif()
120120

121-
if(WIN32)
122-
if(NOT CURL_STATICLIB)
123-
# Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
124-
set_target_properties(${LIB_NAME} PROPERTIES IMPORT_SUFFIX "_imp.lib")
125-
endif()
126-
endif()
121+
# if(WIN32)
122+
# if(NOT CURL_STATICLIB)
123+
# # Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
124+
# set_target_properties(${LIB_NAME} PROPERTIES IMPORT_SUFFIX "_imp.lib")
125+
# endif()
126+
# endif()

0 commit comments

Comments
 (0)