cmake fetchcontent_makeavailable() examples

apache/arrow cpp/cmake_modules/ThirdpartyToolchain.cmake :2684

fetchcontent_makeavailable(lz4)

apache/arrow cpp/cmake_modules/ThirdpartyToolchain.cmake :5559

fetchcontent_makeavailable(azure_sdk)

apache/arrow matlab/tools/cmake/BuildMatlabArrowInterface.cmake :116

FetchContent_MakeAvailable(
    ${MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_NAME}
)

assimp/assimp code/CMakeLists.txt :984

FetchContent_MakeAvailable(meshlab_repo)

avrdudes/avrdude CMakeLists.txt :321

FetchContent_MakeAvailable(
    libelf
    libusb
    libhidapi
    libftdi
    )

erincatto/box2d CMakeLists.txt :94

FetchContent_MakeAvailable(enkits)

erincatto/box2d samples/CMakeLists.txt :27

FetchContent_MakeAvailable(glfw)

c3lang/c3c CMakeLists.txt :81

FetchContent_MakeAvailable(mimalloc)

c3lang/c3c CMakeLists.txt :135

FetchContent_MakeAvailable(LLVM_Windows_debug)

c3lang/c3c CMakeLists.txt :139

FetchContent_MakeAvailable(LLVM_Windows)

ccache/ccache cmake/FindZstd.cmake :52

# When it works: Use FetchContent_MakeAvailable(Zstd) instead

projectchrono/chrono src/chrono_parsers/CMakeLists.txt :49

FetchContent_MakeAvailable(yaml-cpp)

projectchrono/chrono src/chrono_vehicle/fmi/cosim/fmu2_force_element_tire/CMakeLists.txt :34

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono src/chrono_vehicle/fmi/modex/fmu2_path_follower_driver/CMakeLists.txt :46

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono src/demos/fmi/cosim/fmu2_crane/CMakeLists.txt :46

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono src/demos/fmi/cosim/fmu3_actuator/CMakeLists.txt :35

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono src/demos/fmi/cosim/fmu3_crane/CMakeLists.txt :47

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono src/demos/fmi/modex/fmu2_actuator/CMakeLists.txt :34

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono src/demos/fmi/modex/fmu3_vdp/CMakeLists.txt :35

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

projectchrono/chrono template_project_fmi2/CMakeLists.txt :49

FetchContent_MakeAvailable(${FMU_MODEL_IDENTIFIER})

zeromq/cppzmq tests/CMakeLists.txt :13

FetchContent_MakeAvailable(Catch2)

libcpr/cpr CMakeLists.txt :336

FetchContent_MakeAvailable(googletest)

SFML/CSFML test/CMakeLists.txt :9

FetchContent_MakeAvailable(Catch2)

curl/curl tests/cmake/CMakeLists.txt :87

FetchContent_MakeAvailable(curl)  # Requires CMake 3.14

HowardHinnant/date CMakeLists.txt :12

FetchContent_MakeAvailable(date_src)

LinuxDevon/dbc_parser_cpp test/CMakeLists.txt :10

FetchContent_MakeAvailable(Catch2)

davisking/dlib examples/CMakeLists.txt :54

#  FetchContent_MakeAvailable(dlib)

JPeterMugaas/efxc2 CMakeLists.txt :116

FetchContent_MakeAvailable(fmt)

embree/embree tests/integration/test_embree_release/CMakeLists.txt :19

FetchContent_MakeAvailable(Catch2)

skypjack/entt test/CMakeLists.txt :154

FetchContent_MakeAvailable(cr)

skypjack/entt testbed/CMakeLists.txt :14

FetchContent_MakeAvailable(SDL3)

TartanLlama/expected CMakeLists.txt :72

FetchContent_MakeAvailable(Catch2)

spnda/fastgltf deps/CMakeLists.txt :61

FetchContent_MakeAvailable(glm)

spnda/fastgltf deps/CMakeLists.txt :105

FetchContent_MakeAvailable(catch2)

spnda/fastgltf deps/CMakeLists.txt :118

FetchContent_MakeAvailable(corrosion)

spnda/fastgltf deps/CMakeLists.txt :137

FetchContent_MakeAvailable(glfw)

spnda/fastgltf deps/CMakeLists.txt :175

FetchContent_MakeAvailable(imgui)

spnda/fastgltf deps/CMakeLists.txt :209

FetchContent_MakeAvailable(stb)

fastfloat/fast_float tests/CMakeLists.txt :24

# FetchContent_MakeAvailable() was only introduced in 3.14

google/flatbuffers benchmarks/CMakeLists.txt :26

FetchContent_MakeAvailable(
    googletest
    googlebenchmark
)

grpc/grpc examples/cpp/cmake/common.cmake :83

FetchContent_MakeAvailable(grpc)

HDFGroup/hdf4 config/cmake/HDFLibMacros.cmake :71

FetchContent_MakeAvailable(JPEG)

HDFGroup/hdf4 config/cmake/HDFLibMacros.cmake :105

FetchContent_MakeAvailable(SZIP)

HDFGroup/hdf5 config/cmake/HDF5PluginMacros.cmake :29

FetchContent_MakeAvailable(PLUGIN)

HDFGroup/hdf5 config/cmake/HDFLibMacros.cmake :44

FetchContent_MakeAvailable(HDF5_ZLIB)

BlueBrain/HighFive tests/cmake_integration/application/CMakeLists.txt :43

FetchContent_MakeAvailable(HighFive)

BlueBrain/HighFive tests/cmake_integration/test_dependent_library/CMakeLists.txt :24

FetchContent_MakeAvailable(HighFive)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/HDF5PluginMacros.cmake :29

FetchContent_MakeAvailable(PLUGIN)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/HDFLibMacros.cmake :38

FetchContent_MakeAvailable(HDF5_ZLIB)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/HDFLibMacros.cmake :71

FetchContent_MakeAvailable(SZIP)

nlohmann/json tests/cmake_fetch_content2/project/CMakeLists.txt :9

FetchContent_MakeAvailable(json)

lammps/lammps lib/kokkos/algorithms/perf_test/CMakeLists.txt :19

FetchContent_MakeAvailable(googlebenchmark)

lammps/lammps lib/kokkos/core/perf_test/CMakeLists.txt :42

FetchContent_MakeAvailable(googlebenchmark)

AOMediaCodec/libavif CMakeLists.txt :23

# FetchContent_MakeAvailable(<name>) instead.

AOMediaCodec/libavif cmake/Modules/LocalRav1e.cmake :39

FetchContent_MakeAvailable(Corrosion)

AOMediaCodec/libavif cmake/Modules/LocalRav1e.cmake :55

FetchContent_MakeAvailable(cargoc)

AOMediaCodec/libavif cmake/Modules/LocalRav1e.cmake :71

FetchContent_MakeAvailable(rav1e)

intrepidcs/libicsneo bindings/python/CMakeLists.txt :14

FetchContent_MakeAvailable(pybind11)

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

FetchContent_MakeAvailable(coeurl)

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

FetchContent_MakeAvailable(Olm)

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

FetchContent_MakeAvailable(MatrixClient)

neocmakelsp/neocmakelsp experiment_assets/nheko.cmake :203

FetchContent_MakeAvailable(coeurl)

neocmakelsp/neocmakelsp experiment_assets/nheko.cmake :558

FetchContent_MakeAvailable(cmark)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :189

FetchContent_MakeAvailable(coeurl)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :487

FetchContent_MakeAvailable(Olm)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :506

FetchContent_MakeAvailable(cmark)

OpenImageDenoise/oidn cmake/FindLevelZero.cmake :50

FetchContent_MakeAvailable(level-zero-sdk)

OpenImageDenoise/oidn cmake/FindLevelZero.cmake :70

FetchContent_MakeAvailable(level-zero-loader)

ollama/ollama ml/backend/ggml/ggml/src/ggml-cpu/CMakeLists.txt :401

FetchContent_MakeAvailable(KleidiAI_Download)

onnx/onnx CMakeLists.txt :293

FetchContent_MakeAvailable(Protobuf)

onnx/onnx cmake/external/googletest.cmake :13

FetchContent_MakeAvailable(googletest)

AcademySoftwareFoundation/openexr cmake/OpenEXRSetup.cmake :346

FetchContent_MakeAvailable(Imath)

aous72/OpenJPH tests/CMakeLists.txt :13

FetchContent_MakeAvailable(googletest)

PDAL/PDAL cmake/gtest.cmake :76

FetchContent_MakeAvailable(googletest)

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

FetchContent_MakeAvailable(googletest)

protocolbuffers/protobuf cmake/abseil-cpp.cmake :35

FetchContent_MakeAvailable(absl)

protocolbuffers/protobuf cmake/conformance.cmake :22

FetchContent_MakeAvailable(jsoncpp)

protocolbuffers/protobuf cmake/gtest.cmake :19

FetchContent_MakeAvailable(googletest)

pupnp/pupnp cmake/CmDaB.cmake :50

FetchContent_MakeAvailable (CmDaB)

pybind/pybind11 tests/CMakeLists.txt :283

FetchContent_MakeAvailable(eigen)

eliaskosunen/scnlib cmake/dependencies.cmake :233

FetchContent_MakeAvailable(
        ${SCN_DEPENDENCIES_TO_MAKE_AVAILABLE}
)

ThePhD/sol2 tests/CMakeLists.txt :31

FetchContent_MakeAvailable(Catch2)

gabime/spdlog bench/CMakeLists.txt :23

FetchContent_MakeAvailable(googlebenchmark)

gabime/spdlog tests/CMakeLists.txt :26

FetchContent_MakeAvailable(Catch2)

spglib/spglib test/package/FetchContent/CMakeLists.txt :23

FetchContent_MakeAvailable(Spglib)

fnc12/sqlite_orm dependencies/CMakeLists.txt :24

FetchContent_MakeAvailable(Catch2)

fnc12/sqlite_orm examples/fetch_content/dependencies/sqlite_orm/CMakeLists.txt :3

FetchContent_MakeAvailable(sqliteOrm)

fnc12/sqlite_orm tests/CMakeLists.txt :4

FetchContent_MakeAvailable(Catch2)

Haivision/srt scripts/FindBotan.cmake :56

FetchContent_MakeAvailable(botan_upstream)

LLNL/sundials cmake/SundialsSetupTesting.cmake :174

FetchContent_MakeAvailable(googletest)

LLNL/sundials external/CMakeLists.txt :32

FetchContent_MakeAvailable(sundials-addon-example)

apple/swift lib/CompilerSwiftSyntax/CMakeLists.txt :31

FetchContent_MakeAvailable(CompilerSwiftSyntax)

apple/swift tools/swift-inspect/CMakeLists.txt :28

FetchContent_MakeAvailable(ArgumentParser)

ToruNiina/toml11 examples/reflect/CMakeLists.txt :9

FetchContent_MakeAvailable(boost_ext_reflect)

ToruNiina/toml11 examples/unicode/CMakeLists.txt :9

FetchContent_MakeAvailable(uni-algo)

trilinos/Trilinos packages/kokkos/algorithms/perf_test/CMakeLists.txt :19

FetchContent_MakeAvailable(googlebenchmark)

trilinos/Trilinos packages/kokkos/core/perf_test/CMakeLists.txt :42

FetchContent_MakeAvailable(googlebenchmark)

trilinos/Trilinos packages/kokkos-kernels/cmake/kokkoskernels_benchmarks.cmake :42

FetchContent_MakeAvailable(googlebenchmark)

bytecodealliance/wasmtime crates/c-api/tests/CMakeLists.txt :8

FetchContent_MakeAvailable(googletest)

xournalpp/xournalpp test/CMakeLists.txt :25

FetchContent_MakeAvailable(googletest)