Github user hbdeshmukh commented on the issue: https://github.com/apache/incubator-quickstep/pull/166 Combining CMake build process and downloading of third party libraries is not desirable. Here's the proposed workflow in the new branch: 1. Run download third party script (that also applies patches) 2. CMake (add subdirectories for third party libs and invoke Quickstep's CMake files) 3. make (build everything) Note that 1 needs to be run only once. However 2 and 3 will be run over and over again as we continue development. If 1 and 2 are combined, we will repeatedly download third party libs and apply patches unnecessarily.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---