cmake find_dependency examples

Signatures

find_dependency(<dep> [...])

Examples

IFL-CAMP/supra src/RestInterface/cmake/Findcpprestsdk.cmake :3

find_dependency(ZLIB)

alicevision/AliceVision vcpkg/overlay_ports/opencv4/portfile.cmake :461

find_dependency(Protobuf CONFIG REQUIRED)

FreeCAD/FreeCAD src/3rdParty/libE57Format/cmake/e57format-config.cmake :3

find_dependency(XercesC REQUIRED)

godlikepanos/anki-3d-engine ThirdParty/SpirvTools/CMakeLists.txt :276

find_dependency(${SPIRV_TOOLS})

DragonJoker/Castor3D data/vcpkg/ports/fastgltf/portfile.cmake :25

find_dependency(simdjson)

Hork-Engine/Hork-Source ThirdParty/glslang/CMakeLists.txt :353

find_dependency(SPIRV-Tools-opt)

RavEngine/RavEngine deps/date/cmake/dateConfig.cmake :4

find_dependency( Threads REQUIRED)

SCOREC/core cmake/bob.cmake :217

find_dependency(\${dep})

ultravideo/uvgRTP cmake/uvgrtpConfig.cmake :4

find_dependency(Threads)

NVIDIA/MatX cmake/rapids-cmake/rapids-cmake/cpm/find.cmake :76

find_dependency(<PackageName> ...)

ethz-adrl/ifopt ifopt-config.cmake :39

find_dependency(Eigen3)

v6d-io/v6d vineyard-config.in.cmake :45

find_dependency(Arrow)

OpenMW/openmw cmake/FindGMock.cmake :163

find_dependency(Threads)

Alpine-DAV/ascent src/cmake/thirdparty/SetupConduit.cmake :29

find_dependency(Conduit REQUIRED
                NO_DEFAULT_PATH
                PATHS ${CONDUIT_DIR}/lib/cmake/conduit)

toggl-open-source/toggldesktop third_party/poco/CppParser/cmake/PocoCppParserConfig.cmake :2

find_dependency(PocoFoundation)

google/filament third_party/dawn/third_party/vulkan-utility-libraries/src/CMakeLists.txt :87

find_dependency(VulkanHeaders REQUIRED)

eyalroz/cuda-api-wrappers cmake/cuda-api-wrappers-config.cmake :5

find_dependency(Threads)

apiaryio/drafter packages/apib/apib-config.cmake :2

find_dependency(BoostContainer 1.66)

AcademySoftwareFoundation/OpenImageIO src/cmake/externalpackages.cmake :73

find_dependency(Imath)

scylladb/seastar cmake/SeastarDependencies.cmake :49

find_dependency (${package} ${arg_UNPARSED_ARGUMENTS})

sourcey/libsourcey LibSourcey.cmake :262

find_dependency(WebRTC REQUIRED)

LLNL/axom src/cmake/thirdparty/SetupAxomThirdParty.cmake :39

find_dependency(camp REQUIRED PATHS "${CAMP_DIR}" NO_SYSTEM_ENVIRONMENT_PATH)

mysql/mysql-connector-cpp CMakeLists.txt :180

find_dependency(Coverage)

VowpalWabbit/vowpal_wabbit python/vcpkg_python_override_ports/python39/python3/vcpkg-cmake-wrapper.cmake :75

find_dependency(ZLIB)

casadi/casadi cmake/FindFATROP.cmake :3

find_dependency(fatrop NO_MODULE)

aers/EngineFixesSkyrim64 cmake/ports/tbb/portfile.cmake :56

find_dependency(Threads)

celtera/avendish AvendishConfig.cmake :3

find_dependency(Boost)

aws/aws-sdk-cpp toolchains/core-config.cmake :13

find_dependency(aws-crt-cpp)

qt/qtbase cmake/QtPublicDependencyHelpers.cmake :36

find_dependency(${__qt_${target}_find_package_args})

szellmann/visionaray cmake/visionarayConfig.cmake :23

find_dependency(Threads)

NauEngine/NauEditorPublic editor/external/ads/adsConfig.cmake :2

find_dependency(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)

rbfx/rbfx Source/ThirdParty/glslang/CMakeLists.txt :348

find_dependency(Threads REQUIRED)

foonathan/lex foonathan_lex-config.cmake :6

find_dependency(debug_assert)

Warzone2100/warzone2100 .ci/vcpkg/overlay-ports/angle/unofficial-angle-config.cmake :2

find_dependency(ZLIB)

jupp0r/prometheus-cpp cmake/civetweb-3rdparty-config.cmake :51

find_dependency(OpenSSL)

ornladios/ADIOS2 cmake/FindPythonModule.cmake :75

find_dependency(Python COMPONENTS Interpreter)

commontk/CTK CMake/LastConfigureStep/CTKGenerateCTKConfig.cmake :124

find_dependency(${package_name})

Derecho-Project/derecho derechoConfig.cmake :6

find_dependency(mutils)

halide/Halide cmake/HalidePackageConfigHelpers.cmake :49

find_dependency(\n"
               "    ${PKG} ${${PKG}_VERSION}\n"
               "    COMPONENTS ${${PKG}_COMPONENTS}\n"
               ")

luxonis/depthai-core cmake/ports/opencv4/portfile.cmake :458

find_dependency(Protobuf CONFIG REQUIRED)

open-eid/libdigidocpp vcpkg-ports/xmlsec/unofficial-xmlsec-config.cmake :2

find_dependency(LibXml2)

cvet/fonline ThirdParty/glslang/CMakeLists.txt :362

find_dependency(SPIRV-Tools-opt)

trailofbits/uthenticode src/uthenticode-config.cmake :3

find_dependency(OpenSSL 1.1 COMPONENTS Crypto)

irods/irods cmake/IRODSTargetsWrapper.cmake :18

find_dependency(Threads)

stotko/stdgpu src/stdgpu/CMakeLists.txt :10

find_dependency(thrust 1.13.1 REQUIRED MODULE)

awa-ai/awadb awadb/db_engine/third_party/libcuckoo/libcuckoo-config.cmake :8

find_dependency(Threads)

ovsky/sumi-emu vcpkg_installed/x64-windows/share/boost_algorithm/boost_algorithm-config.cmake :6

find_dependency(boost_array 1.85.0 EXACT)

feelpp/feelpp feelpp/cmake/modules/FeelppContribConfig.cmake :11

find_dependency( feelpp_gflags REQUIRED )

ned14/llfio CMakeLists.txt :445

find_dependency(quickcpplib)

trilinos/Trilinos cmake/tribits/core/package_arch/TribitsExternalPackageWriteConfigFile.cmake :217

find_dependency(${externalPkg})

NVIDIA/cuda-quantum cmake/Modules/CUDAQConfig.cmake :15

find_dependency(CUDAQOperator REQUIRED)

rbock/sqlpp11 cmake/configs/Sqlpp11Config.cmake :31

find_dependency(Threads)

arrayfire/arrayfire CMakeModules/vcpkg/ports/lapack-reference/FindLAPACK.cmake :199

find_dependency(BLAS)

efficient/libcuckoo libcuckoo/libcuckoo-config.cmake :8

find_dependency(Threads)

XRPLF/rippled cmake/RippleConfig.cmake :15

find_dependency (Boost 1.70
  COMPONENTS
    chrono
    container
    context
    coroutine
    date_time
    filesystem
    program_options
    regex
    system
    thread)

IntelRealSense/RealSenseID 3rdparty/restclient-cpp-0.5.2-fork/CMakeLists.txt :103

find_dependency(CURL REQUIRED)

lattice/quda cmake/find_target_cuda_dependencies.cmake :5

find_dependency(CUDAToolkit REQUIRED)

cginternals/globjects globjects-config.cmake :13

find_dependency(glm)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/libsndfile/SndFileConfig.cmake :42

find_dependency (Ogg 1.3)

pghysels/STRUMPACK cmake/Modules/FindParMETIS.cmake :137

find_dependency( METIS REQUIRED )

qt/qtmultimedia cmake/FindGObject.cmake :20

find_dependency(GLIB2)

Kitware/VTK CMake/Findmpi4py.cmake :2

find_dependency("Python3" COMPONENTS Interpreter)

ViewTouch/viewtouch external/curlpp/cmake/curlppConfig.cmake :2

find_dependency(CURL)

sxyu/sdf src/cmake/sdfConfig.cmake :3

find_dependency(Threads)

MRPT/mrpt libs/core/CMakeLists.txt :8

find_dependency(Threads)

qt/qtwebkit Source/PlatformQt.cmake :115

find_dependency(\${_dep} \"\${_major}.\${_minor}\")

LadybirdBrowser/ladybird Meta/CMake/vcpkg/overlay-ports/angle/unofficial-angle-config.cmake :2

find_dependency(ZLIB)

sandialabs/seacas cmake/tribits/core/package_arch/TribitsExternalPackageWriteConfigFile.cmake :217

find_dependency(${externalPkg})

aws/s2n-tls cmake/s2n-config.cmake :9

find_dependency(crypto)

OSGeo/grass cmake/find_scripts/FindFFTW-eigen.cmake :26

find_dependency(PkgConfig)

apache/celix cmake/CelixConfig.cmake :36

find_dependency(Threads)

awslabs/aws-c-s3 cmake/aws-c-s3-config.cmake :3

find_dependency(aws-c-auth)

xiaoyeli/superlu_dist cmake/FindParMETIS.cmake :51

find_dependency(METIS)

chatopera/clause cmake/modules/FindGoogleTest.cmake :213

find_dependency(Threads)

XRPL-Labs/xrpld-hooks Builds/CMake/RippleConfig.cmake :15

find_dependency (Boost 1.70
  COMPONENTS
    chrono
    container
    context
    coroutine
    date_time
    filesystem
    program_options
    regex
    system
    thread)

GlobalArrays/ga cmake/linalg-modules/FindBLAS.cmake :107

find_dependency( ILP64 )

HappySeaFox/sail src/sail-codecs/CMakeLists.txt :134

find_dependency(${dependency_name} REQUIRED)