mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-25 00:36:19 +00:00
This teaches AddExternalProject to run "$(MAKE)" for build and install steps of CMake-based external projects when using a Makefile generator. It allows the external project to participate in a parallel make invoked on the superproject.