cmake Pybind11 examples

AcademySoftwareFoundation/Imath src/pybind11/PyBindImath/CMakeLists.txt :12

find_package(pybind11 CONFIG REQUIRED)

f3d-app/f3d python/CMakeLists.txt :17

find_package(pybind11 2.9.2 REQUIRED)

FreeCAD/FreeCAD cMake/UseLibPack3.cmake :19

find_package(pybind11 REQUIRED PATHS ${FREECAD_LIBPACK_DIR}/share/cmake/pybind11 NO_DEFAULT_PATH)

tinyobjloader/tinyobjloader CMakeLists.txt :80

find_package(pybind11 CONFIG REQUIRED)

eclipse-ecal/ecal app/sys/sys_python/CMakeLists.txt :19

find_package(pybind11 CONFIG REQUIRED)

BLAST-WarpX/warpx cmake/dependencies/pybind11.cmake :40

find_package(pybind11 3.0.0 CONFIG REQUIRED)

Kitware/kwiver CMake/kwiver-setup-python.cmake :242

find_package(pybind11 REQUIRED)

nv-legate/legate share/legate/examples/binding/pybind11/CMakeLists.txt :30

find_package(pybind11 CONFIG REQUIRED)

whoozle/android-file-transfer-linux CMakeLists.txt :80

find_package(pybind11)

psi4/psi4 external/upstream/pybind11/CMakeLists.txt :3

find_package(pybind11 2.12.0 CONFIG QUIET)

LLNL/Caliper CMakeLists.txt :415

find_package(pybind11 CONFIG REQUIRED)

NVIDIA/MatX CMakeLists.txt :322

find_package(pybind11 REQUIRED)

scanner-research/scanner cmake/Dependencies.cmake :71

find_package(pybind11 REQUIRED)

gismo/gismo cmake/gsConfig.cmake :211

find_package(pybind11 REQUIRED)

NERSC/timemory cmake/Modules/Packages.cmake :684

find_package(pybind11 ${TIMEMORY_FIND_QUIETLY} ${TIMEMORY_FIND_REQUIREMENT})

emsec/hal cmake/detect_dependencies.cmake :187

find_package(pybind11 2.7 CONFIG)

gnuradio/gnuradio CMakeLists.txt :313

find_package(pybind11)

llvm/circt lib/Dialect/ESI/runtime/CMakeLists.txt :305

find_package(pybind11 CONFIG)

dartsim/dart python/CMakeLists.txt :10

find_package(pybind11 CONFIG REQUIRED)

MIT-SPARK/TEASER-plusplus python/CMakeLists.txt :1

find_package(pybind11 REQUIRED)

YosysHQ/nextpnr CMakeLists.txt :181

find_package(pybind11 CONFIG)

brainflow-dev/brainflow third_party/SimpleBLE/simplepyble/CMakeLists.txt :15

find_package(pybind11 REQUIRED)

MRPT/mvsim modules/CMakeLists.txt :74

find_package(pybind11 CONFIG)

RenderKit/ospray-studio cmake/pybind11.cmake :19

find_package(pybind11 ${PYBIND11_VERSION} QUIET)

choreonoid/choreonoid CMakeLists.txt :484

find_package(pybind11 2.6 QUIET)

OpenAssetIO/OpenAssetIO cmake/ThirdParty.cmake :81

find_package(pybind11 REQUIRED)

NVIDIA/Fuser CMakeLists.txt :71

find_package(pybind11 REQUIRED)

OPM/opm-simulators python/CMakeLists.txt :1

find_package(pybind11 2.2 CONFIG)

KiCad/kicad-source-mirror thirdparty/pybind11/tests/CMakeLists.txt :88

find_package(pybind11 REQUIRED CONFIG)

spotify/pedalboard CMakeLists.txt :32

find_package(pybind11 CONFIG REQUIRED)

celtera/avendish cmake/avendish.python.cmake :8

find_package(pybind11 CONFIG GLOBAL)

tukl-msd/DRAMSys src/traceAnalyzer/CMakeLists.txt :63

find_package(pybind11 REQUIRED)

xtensor-stack/xtensor-python CMakeLists.txt :56

find_package(pybind11 ${pybind11_REQUIRED_VERSION} REQUIRED)

RosettaCommons/binder test/CMakeLists.txt :4

find_package(pybind11 CONFIG REQUIRED)

JeanElsner/panda-py CMakeLists.txt :23

find_package(pybind11 CONFIG REQUIRED)

ornladios/ADIOS2 thirdparty/CMakeLists.txt :52

find_package(pybind11 REQUIRED)

Jij-Inc/OpenJij CMakeLists.txt :208

find_package(pybind11 CONFIG REQUIRED)

ouster-lidar/ouster-sdk cmake/FindPybind11Internal.cmake :22

find_package(pybind11 2.10 REQUIRED)

sxs-collaboration/spectre cmake/SetupPybind11.cmake :22

find_package(pybind11 2.7.0 REQUIRED
    HINTS
    ${PYBIND11_CMAKEDIR}
    ${SPECTRE_PYTHON_SITE_PACKAGES}
    ${Python_SITEARCH}
    ${Python_SITELIB}
    ${Python_STDARCH}
    ${Python_STDLIB}
    )

halide/Halide apps/onnx/CMakeLists.txt :111

find_package(pybind11 HINTS "${Python_SITEARCH}")

kpeeters/cadabra2 CMakeLists.txt :356

find_package(pybind11 CONFIG)

ggarra13/mrv2 src/CMakeLists.txt :220

find_package(pybind11 REQUIRED)

neka-nat/cupoch third_party/CMakeLists.txt :2

find_package(pybind11  QUIET)

isce-framework/isce3 extern/CMakeLists.txt :112

find_package(pybind11 2.5 CONFIG)

ToyotaResearchInstitute/idto python_bindings/CMakeLists.txt :1

find_package(pybind11 CONFIG REQUIRED)

luxonis/depthai-core cmake/depthaiDependencies.cmake :34

find_package(pybind11 CONFIG REQUIRED)

Amulet-Team/Amulet-Core CMakeLists.txt :31

find_package(pybind11 CONFIG REQUIRED)

mamba-org/mamba libmambapy/CMakeLists.txt :20

find_package(pybind11 REQUIRED)

cwida/FastLanes python/CMakeLists.txt :21

find_package(pybind11 CONFIG QUIET)

polatory/polatory CMakeLists.txt :80

find_package(pybind11 CONFIG REQUIRED)

INET-RC/GeoMX 3rdparty/onnx-tensorrt/third_party/onnx/CMakeLists.txt :353

find_package(pybind11 2.2)

robotology/idyntree bindings/CMakeLists.txt :132

find_package(pybind11 REQUIRED)

gatecat/nextpnr-xilinx 3rdparty/pybind11/tests/CMakeLists.txt :94

find_package(pybind11 REQUIRED CONFIG)

laugh12321/TensorRT-YOLO CMakeLists.txt :60

find_package(pybind11 CONFIG REQUIRED QUIET)

RootHarold/Lycoris python/CMakeLists.txt :28

FIND_PACKAGE(pybind11 REQUIRED)

feelpp/feelpp feelpp/contrib/CMakeLists.txt :413

find_package(pybind11 CONFIG REQUIRED)

keenon/nimblephysics python/_nimblephysics/CMakeLists.txt :45

find_package(pybind11 2.2.0 QUIET)

jd-opensource/xllm CMakeLists.txt :253

find_package(pybind11 CONFIG REQUIRED)

Tencent/Forward source/third_party/pybind11/tests/CMakeLists.txt :17

find_package(pybind11 REQUIRED CONFIG)

trilinos/Trilinos packages/PyTrilinos2/CMakeLists.txt :27

find_package(pybind11 REQUIRED)

eclipse-xacc/xacc quantum/plugins/ibm/aer/src/open_pulse/CMakeLists.txt :1

find_package(Pybind11 REQUIRED)

micmacIGN/micmac MMVII/apib11/CMakeLists.txt :4

find_package(pybind11 REQUIRED)

syoyo/tinydng CMakeLists.txt :37

find_package(pybind11 CONFIG)

pantor/frankx CMakeLists.txt :49

find_package(pybind11 2.6 REQUIRED)

KaHIP/KaHIP CMakeLists.txt :400

find_package(pybind11 REQUIRED)

ufz/ogs scripts/cmake/Dependencies.cmake :81

find_package(pybind11 REQUIRED)

darioizzo/dcgp dcgpy/CMakeLists.txt :28

find_package(pybind11 REQUIRED)

pybind/pybind11_json CMakeLists.txt :26

find_package(pybind11 ${pybind11_REQUIRED_VERSION} REQUIRED)

Lewuathe/mlir-hello thirdparty/llvm-project/mlir/CMakeLists.txt :189

find_package(pybind11)

zerollzeng/tiny-tensorrt third_party/pybind11/tests/CMakeLists.txt :17

find_package(pybind11 REQUIRED CONFIG)

DeepVAC/libdeepvac python/CMakeLists.txt :16

find_package(pybind11 REQUIRED)

LBANN/lbann CMakeLists.txt :244

find_package(pybind11 CONFIG REQUIRED)

ADVRHumanoids/OpenSoT bindings/python/CMakeLists.txt :10

find_package(pybind11 QUIET)

personalrobotics/aikido python/aikidopy/CMakeLists.txt :26

find_package(pybind11 2.2.0 QUIET)

MRPT/mrpt cmakemodules/script_python_bindings.cmake :38

find_package(pybind11 CONFIG)

SeisSol/SeisSol app/Proxy/CMakeLists.txt :10

find_package(pybind11 2.6.2 REQUIRED)

NVIDIAGameWorks/Displacement-MicroMap-Toolkit micromesh_python/CMakeLists.txt :56

find_package(Pybind11)

mutationpp/Mutationpp thirdparty/pybind11/tests/CMakeLists.txt :94

find_package(pybind11 REQUIRED CONFIG)

ucla-vision/xivo thirdparty/Pangolin/src/CMakeLists.txt :297

find_package(pybind11 QUIET)

raisimTech/raisimLib raisimGymTorch/thirdParty/pybind11/tests/CMakeLists.txt :94

find_package(pybind11 REQUIRED CONFIG)

NGSolve/netgen CMakeLists.txt :321

find_package(pybind11 CONFIG REQUIRED)

TimoLassmann/kalign CMakeLists.txt :212

find_package(pybind11 CONFIG)

AcademySoftwareFoundation/openexr src/wrappers/python/CMakeLists.txt :13

find_package(pybind11 CONFIG REQUIRED)