cmake fetchcontent_populate() examples

apache/arrow cpp/src/arrow/flight/sql/odbc/odbcabstraction/CMakeLists.txt :78

fetchcontent_populate(spdlog)

erincatto/box2d samples/CMakeLists.txt :32

FetchContent_Populate(imgui
	URL https://github.com/ocornut/imgui/archive/refs/tags/v1.91.3.zip
	SOURCE_DIR ${CMAKE_SOURCE_DIR}/build/imgui
)

ccache/ccache cmake/FindHiredis.cmake :48

FetchContent_Populate(Hiredis)

ccache/ccache cmake/FindXxhash.cmake :46

FetchContent_Populate(Xxhash)

ccache/ccache cmake/FindZstd.cmake :55

FetchContent_Populate(Zstd)

CLIUtils/CLI11 examples/CMakeLists.txt :22

FetchContent_Populate(json)

CLIUtils/CLI11 tests/CMakeLists.txt :12

FetchContent_Populate(sanitizers)

cpputest/cpputest tests/CppUTestExt/CMakeLists.txt :21

FetchContent_Populate(googletest)

libcpr/cpr CMakeLists.txt :380

FetchContent_POPULATE(mongoose)

dftbplus/dftbplus cmake/DftbPlusUtils.cmake :616

FetchContent_Populate(${_package_lower})

duckdb/duckdb CMakeLists.txt :1116

FETCHCONTENT_POPULATE(${NAME}_EXTENSION_FC)

embree/embree doc/CMakeLists.txt :25

FetchContent_Populate(IntelStyle)

embree/embree tutorials/CMakeLists.txt :54

FetchContent_Populate(glfw)

embree/embree tutorials/common/tutorial/CMakeLists.txt :61

FetchContent_Populate(benchmark)

skypjack/entt docs/CMakeLists.txt :18

FetchContent_Populate(doxygen-awesome-css)

skypjack/entt test/CMakeLists.txt :191

FetchContent_Populate(cereal)

skypjack/entt testbed/CMakeLists.txt :28

FetchContent_Populate(imgui)

fastfloat/fast_float tests/CMakeLists.txt :30

FetchContent_Populate(doctest)

fastfloat/fast_float tests/CMakeLists.txt :40

FetchContent_Populate(supplemental_test_files)

HDFGroup/hdf5 CMakeVOL.cmake :195

FetchContent_Populate(${hdf5_vol_depname})

HDFGroup/hdf5 config/examples/HDF5AsSubdirMacros.cmake :47

FetchContent_Populate(HDF5LIB)

HDFGroup/hdf5 test/API/driver/CMakeLists.txt :16

FetchContent_Populate(KWSYS)

ispc/ispc superbuild/CMakeLists.txt :438

FetchContent_Populate(ccache
    ${FETCH_CONTENT_QUIET_OPTION}
    URL ${CCACHE_URL}
    SOURCE_DIR ccache
    )

ispc/ispc superbuild/CMakeLists.txt :1126

FetchContent_Populate(llvm-source
    ${FETCH_CONTENT_QUIET_OPTION}
    GIT_REPOSITORY ${LLVM_URL}
    GIT_TAG ${LLVM_TAG}
    GIT_SHALLOW ON
    GIT_PROGRESS ON
    UPDATE_COMMAND git checkout .
    PATCH_COMMAND git apply ${LLVM_PATCHES_VER}
    SOURCE_DIR llvm-source
    )

ispc/ispc superbuild/CMakeLists.txt :1137

FetchContent_Populate(llvm-source
    ${FETCH_CONTENT_QUIET_OPTION}
    GIT_REPOSITORY ${LLVM_URL}
    GIT_TAG ${LLVM_TAG}
    GIT_SHALLOW ON
    GIT_PROGRESS ON
    UPDATE_COMMAND git checkout .
    SOURCE_DIR llvm-source
    )

ispc/ispc superbuild/CMakeLists.txt :1150

FetchContent_Populate(ispc-corpus
    ${FETCH_CONTENT_QUIET_OPTION}
    GIT_REPOSITORY ${ISPC_CORPUS_URL}
    GIT_TAG main
    GIT_SHALLOW ON
    GIT_PROGRESS ON
    UPDATE_COMMAND git clean -f -d
    SOURCE_DIR ispc-corpus
    )

ispc/ispc superbuild/CMakeLists.txt :1165

FetchContent_Populate(spirv-translator
    ${FETCH_CONTENT_QUIET_OPTION}
    GIT_REPOSITORY ${SPIRV_TRANSLATOR_URL}
    GIT_TAG ${SPIRV_TRANSLATOR_SHA}
    GIT_SHALLOW OFF
    GIT_PROGRESS ON
    SOURCE_DIR spirv-translator
    )

ispc/ispc superbuild/CMakeLists.txt :1177

FetchContent_Populate(vc-intrinsics
    ${FETCH_CONTENT_QUIET_OPTION}
    GIT_REPOSITORY ${VC_INTRINSICS_URL}
    GIT_TAG ${VC_INTRINSICS_SHA}
    GIT_SHALLOW OFF
    GIT_PROGRESS ON
    SOURCE_DIR vc-intrinsics
    UPDATE_COMMAND git checkout .
    PATCH_COMMAND git apply ${PROJECT_SOURCE_DIR}/vc_intrinsics.patch
    )

ispc/ispc superbuild/CMakeLists.txt :1191

FetchContent_Populate(l0-source
    ${FETCH_CONTENT_QUIET_OPTION}
    GIT_REPOSITORY ${L0_URL}
    GIT_TAG ${L0_TAG}
    GIT_SHALLOW ON
    GIT_PROGRESS ON
    SOURCE_DIR l0-source
    )

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/CMakeVOL.cmake :195

FetchContent_Populate(${hdf5_vol_depname})

InsightSoftwareConsortium/ITK Modules/ThirdParty/NIFTI/src/nifti/CMakeLists.txt :176

FetchContent_Populate( fetch_testing_data )

nlohmann/json tests/benchmarks/CMakeLists.txt :20

FetchContent_Populate(benchmark)

nlohmann/json tests/cmake_fetch_content/project/CMakeLists.txt :12

FetchContent_Populate(json)

lammps/lammps cmake/Modules/Packages/KSPACE.cmake :91

FetchContent_Populate(HEFFTE_PROJECT)

xqq/libaribcaption CMakeLists.txt :105

FetchContent_Populate(freetype)

AOMediaCodec/libavif CMakeLists.txt :22

# New in CMake version 3.30. FetchContent_Populate(<name>) is deprecated, call

AOMediaCodec/libavif cmake/Modules/AvifExternalProjectUtils.cmake :3

FetchContent_Populate(${name})

intrepidcs/libicsneo CMakeLists.txt :212

FetchContent_Populate(ftdi3xx)

neocmakelsp/neocmakelsp assets_for_test/ast_test/nheko_test.cmake :94

FetchContent_Populate(${contentName})

neocmakelsp/neocmakelsp assets_for_test/ast_test/nheko_test.cmake :586

FetchContent_Populate(lmdbxx)

neocmakelsp/neocmakelsp experiment_assets/nheko.cmake :100

FetchContent_Populate(${contentName})

neocmakelsp/neocmakelsp experiment_assets/nheko.cmake :585

FetchContent_Populate(lmdbxx)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :100

FetchContent_Populate(${contentName})

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :531

FetchContent_Populate(lmdbxx)

YosysHQ/nextpnr 3rdparty/pybind11/tests/CMakeLists.txt :267

FetchContent_Populate(eigen)

nuspell/nuspell CMakeLists.txt :53

FetchContent_Populate(Catch2)

BYVoid/OpenCC deps/pybind11-2.13.1/tests/CMakeLists.txt :264

FetchContent_Populate(eigen)

AcademySoftwareFoundation/openvdb nanovdb/nanovdb/CMakeLists.txt :162

FetchContent_Populate(ogt)

PDAL/PDAL cmake/gtest.cmake :81

FetchContent_Populate(googletest)

YosysHQ/prjtrellis libtrellis/3rdparty/pybind11/tests/CMakeLists.txt :258

FetchContent_Populate(eigen)

OSGeo/PROJ test/unit/CMakeLists.txt :81

FetchContent_Populate(googletest)

pupnp/pupnp cmake/CmDaB.cmake :52

FetchContent_Populate (CmDaB)

stachenov/quazip cmake/clone-repo.cmake :29

FetchContent_Populate(${name})

eliaskosunen/scnlib cmake/dependencies.cmake :25

# FetchContent_Populate(<name>) deprecated,

eliaskosunen/scnlib cmake/dependencies.cmake :55

FetchContent_Populate(googletest)

eliaskosunen/scnlib cmake/dependencies.cmake :155

FetchContent_Populate(fast_float)

ThePhD/sol2 cmake/Packages/FindLuaBuild/LuaVanilla.cmake :182

FetchContent_Populate(lua-vanilla)

tfussell/xlnt benchmarks/microbenchmarks/CMakeLists.txt :22

FetchContent_Populate(googlebenchmark)