Skip to content
  • Matthew Woehlke's avatar
    ExternalProject: Add SOURCE_SUBDIR option · a8345d65
    Matthew Woehlke authored and Brad King's avatar Brad King committed
    Add a new SOURCE_SUBDIR option to ExternalProject_Add that allows
    specifying the location of the CMakeLists.txt to use as the project root
    relative to the SOURCE_DIR.
    
    This is helpful for projects that have unusual layouts, or projects that
    provide both a superbuild and project-only build depending on which
    CMakeLists.txt is used.
    
    Fixes: #15118
    a8345d65