Open denchat opened 4 years ago
I tried this
-DCURL_STATICLIB=1 -DCURL_LIBRARY="C:/Program Files/curl/lib/libcurl.a"
but failed...
lld-link: error: undefined symbol: __declspec(dllimport) curl_easy_setopt >>> referenced by CMakeFiles\tz.dir\src\tz.cpp.obj:(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> __cdecl date::remote_version(void))
Sorry, I don't know much about building on Windows. These are the best Windows-specific instructions I have: https://howardhinnant.github.io/date/tz.html#Installation
I tried this
but failed...