Skip to content
  • Craig Scott's avatar
    Packages: Integrate FetchContent and find_package() · 7642cc98
    Craig Scott authored
    Allow FetchContent_MakeAvailable() to try a call to
    find_package() first, or redirect a find_package() call to
    FetchContent_MakeAvailable(). The user can set variables
    to control which of these are allowed or tried by default.
    
    Fixes: #21687
    7642cc98