pupnp / pupnp

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
https://pupnp.github.io/pupnp
BSD 3-Clause "New" or "Revised" License
355 stars 117 forks source link

Use C++ std::string while preserving the old C interface #263

Closed mrjimenez closed 3 years ago

Vollstrecker commented 3 years ago

May I suggest to drop Ninja? It's liked in the wild because of it's speed and mutlithreading abillities, but readability of failed builds doesn't benefit from that.

mrjimenez commented 3 years ago

@Vollstrecker ,

You are the CMake ninja, please be my guest. :laughing:

Seriously, if you think it is more readable, go ahead, I am really new to this CMake thing and still getting used to it.