heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
67 stars 25 forks source link

always link against CURL even with BUILD_CURL_SYSTEM defined. #155

Closed lugehorsam closed 5 months ago

lugehorsam commented 5 months ago

BUILD_CURL_SYSTEM means just use the system curl, but we still want to link against it.