Skip to content
  • Brad King's avatar
    ENH: New ExternalProject.cmake module interface · 031379ab
    Brad King authored
    This creates new module ExternalProject.cmake to replace the prototype
    AddExternalProject.cmake module.  The interface is more refined, more
    flexible, and better documented than the prototype.
    
    This also converts the ExternalProject test to use the new module.  The
    old module will be removed (it was never in a CMake release) after
    projects using it have been converted to the new module.
    031379ab