cmake find_package(pybind11) examples

ornladios/ADIOS2 thirdparty/CMakeLists.txt :53

find_package(pybind11 REQUIRED)

OpenChemistry/avogadrolibs python/CMakeLists.txt :9

find_package(pybind11 REQUIRED)

davisking/dlib dlib/external/pybind11/CMakeLists.txt :368

# Better symmetry with find_package(pybind11 CONFIG) mode.

duckdb/duckdb tools/pythonpkg/CMakeLists.txt :32

find_package(pybind11 CONFIG QUIET)

FreeCAD/FreeCAD cMake/UseLibPack3.cmake :19

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

FreeCAD/FreeCAD cMake/FreeCAD_Helpers/SetupPybind11.cmake :6

find_package(pybind11 REQUIRED)

gnuradio/gnuradio CMakeLists.txt :321

find_package(pybind11)

gnuradio/gnuradio cmake/Modules/GrPybind.cmake :3

find_package(pybind11 REQUIRED)

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

find_package(pybind11 CONFIG REQUIRED)

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

find_package(pybind11 CONFIG REQUIRED)

YosysHQ/nextpnr CMakeLists.txt :181

find_package(pybind11 CONFIG)

YosysHQ/nextpnr 3rdparty/pybind11/CMakeLists.txt :369

# Better symmetry with find_package(pybind11 CONFIG) mode.

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

find_package(pybind11 REQUIRED CONFIG)

YosysHQ/nextpnr 3rdparty/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt :14

find_package(pybind11 CONFIG REQUIRED)

YosysHQ/nextpnr 3rdparty/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt :15

find_package(pybind11 CONFIG REQUIRED)

YosysHQ/nextpnr 3rdparty/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt :14

find_package(pybind11 CONFIG REQUIRED)

onnx/onnx CMakeLists.txt :467

find_package(pybind11)

BYVoid/OpenCC CMakeLists.txt :248

find_package(pybind11 CONFIG)

BYVoid/OpenCC deps/pybind11-2.13.1/CMakeLists.txt :370

# Better symmetry with find_package(pybind11 CONFIG) mode.

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

find_package(pybind11 REQUIRED CONFIG)

BYVoid/OpenCC deps/pybind11-2.13.1/tests/test_cmake_build/installed_embed/CMakeLists.txt :14

find_package(pybind11 CONFIG REQUIRED)

BYVoid/OpenCC deps/pybind11-2.13.1/tests/test_cmake_build/installed_function/CMakeLists.txt :15

find_package(pybind11 CONFIG REQUIRED)

BYVoid/OpenCC deps/pybind11-2.13.1/tests/test_cmake_build/installed_target/CMakeLists.txt :14

find_package(pybind11 CONFIG REQUIRED)

AcademySoftwareFoundation/OpenColorIO share/cmake/modules/Findpybind11.cmake :29

find_package(pybind11 ${pybind11_FIND_VERSION} CONFIG QUIET)

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

find_package(pybind11 CONFIG REQUIRED)

YosysHQ/prjtrellis libtrellis/3rdparty/pybind11/CMakeLists.txt :307

# Better symmetry with find_package(pybind11 CONFIG) mode.

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

find_package(pybind11 REQUIRED CONFIG)

YosysHQ/prjtrellis libtrellis/3rdparty/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt :14

find_package(pybind11 CONFIG REQUIRED)

YosysHQ/prjtrellis libtrellis/3rdparty/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt :15

find_package(pybind11 CONFIG REQUIRED)

YosysHQ/prjtrellis libtrellis/3rdparty/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt :14

find_package(pybind11 CONFIG REQUIRED)

pybind/pybind11 CMakeLists.txt :418

# Better symmetry with find_package(pybind11 CONFIG) mode.

pybind/pybind11 tests/CMakeLists.txt :87

find_package(pybind11 REQUIRED CONFIG)

pybind/pybind11 tests/test_cmake_build/installed_embed/CMakeLists.txt :5

find_package(pybind11 CONFIG REQUIRED)

pybind/pybind11 tests/test_cmake_build/installed_function/CMakeLists.txt :5

find_package(pybind11 CONFIG REQUIRED)

pybind/pybind11 tests/test_cmake_build/installed_target/CMakeLists.txt :5

find_package(pybind11 CONFIG REQUIRED)

spglib/spglib python/CMakeLists.txt :41

find_package(pybind11 CONFIG REQUIRED)

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

find_package(pybind11 REQUIRED)

trilinos/Trilinos packages/rol/pyrol/CMakeLists.txt :405

find_package(pybind11 REQUIRED)

EttusResearch/uhd host/cmake/Modules/UHDPython.cmake :365

# Note that find_package(pybind11) breaks all sorts of stuff because it

EttusResearch/uhd host/cmake/Modules/UHDPython.cmake :372

find_package(pybind11 ${UHD_PYBIND11_MIN_VERSION} QUIET)