Undefined symbols for architecture x86_64:
"___isOSVersionAtLeast", referenced from:
_singleipconnect in libcurl.a(libcurl_la-connect.o)
ld: symbol(s) not found for architecture x86_64
clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/DDNet-Server.dir/build.make:698: DDNet-Server] Error 1
I guess we need to use something like -mmacosx-version-min=10.10
when linking. What's the best way to add that to CMake?