mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 12:00:48 -05: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.