-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
I did this
Build a latest 7.56.1 curl on Windows with Debug configuration and
cmake setting CMAKE_DEBUG_POSTFIX="" to avoid a -d suffix for library files.
I expected the following
I except fo find a libcurl_imp.lib file instead of libcurl-d_imp.lib.
I think the reason is that a line
Line 103 in cd276c3
| DEBUG_POSTFIX "-d" |
CMAKE_DEBUG_POSTFIX variable from the topmost cmakefile.
Both 7.56.1 and master branch contain this line.
curl/libcurl version
7.56.1
operating system
Windows, Visual Studio 2015, x86
Reactions are currently unavailable