[CMake] CMake CURL -> libcurl.lib. But FindCURL.cmake doesn't know about "libcurl".

reallyrealler reallyrealler at gmail.com
Sun May 8 01:14:36 EDT 2011


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.


More information about the CMake mailing list