Hello

When running cmake with static flag on Windows there is a terrifying message on the end of the build:

Cmake command:
cmake -G "Visual Studio 12" -B./build -H./ -DCURL_STATICLIB=ON

CMake Warning at CMakeLists.txt:1098 (message):
  Static linking is broken!

But static linking seems to work just fine. The comment in CMakeLists.txt didn't tell me much either.

Is there anything actually wrong with static linking? Should we not use it?
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to