dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

Inherit CMAKE_CXX_FLAGS in C++ CMakeLists #71

Closed zachlowry closed 3 years ago

zachlowry commented 3 years ago

C++/CMakeLists.txt overrides CMAKE_CXX_FLAGS which breaks 32-bit builds.

dermesser commented 3 years ago

Thank you!