I get libcurl.lib (~2MB) in windows if i build CURL using command: cmake C:\curl-7.21.6\ -DCURL_STATICLIB. But then i need to build another project that uses CURL. So i want to use Modules/FindCURL.cmake. But FindCURL.cmake doesn't know about libcurl.lib. It knows only "curl", "curllib", "libcurl_imp", "curllib_static".
So i just rename my libcurl.lib to curllib.lib.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to