Skip to content
  • Craig Scott's avatar
    FetchContent: Avoid including ExternalProject more than once · 01b87a0f
    Craig Scott authored
    Even with the call to include_guard() at the top of the ExternalProject
    module, including it still shows up in profiling runs. It only needs to be
    included once when we include FetchContent, not every time we do a
    population.
    
    Relates: #21703
    01b87a0f