-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
I've been poking around with Poco source code lately, and found out that the build system is really broken.
I would like to know if CMake is going to be the 'official' way to build Poco, because there are some odds that need to be fixed (like the third-party dependencies mixed along with Poco source code).
Perhaps Poco should support only one way to build it's libraries since it is way easier to mantain than a bunch of VS projects and outdated makefiles.