cmake Python examples

geodynamics/aspect contrib/world_builder/CMakeLists.txt :137

FIND_PACKAGE(Python COMPONENTS Interpreter Development)

AcademySoftwareFoundation/Imath cmake/FindPythonPackage.cmake :16

find_package(Python QUIET COMPONENTS Interpreter)

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

find_package(Python 3.9 COMPONENTS Interpreter Development)

o3de/o3de cmake/LYPython.cmake :315

find_package(Python ${LY_PYTHON_VERSION} REQUIRED)

RavEngine/RavEngine deps/SteamAudio-All/steam-audio/core/CMakeLists.txt :258

find_package(Python COMPONENTS Interpreter)

PDAL/PDAL cmake/docs.cmake :22

find_package(Python COMPONENTS Interpreter REQUIRED)

eclipse-ecal/ecal lang/python/CMakeLists.txt :25

find_package(Python REQUIRED COMPONENTS Development.Module Interpreter)

dpaulat/supercell-wx scwx-qt/scwx-qt.cmake :22

find_package(Python COMPONENTS Interpreter)

NREL/OpenStudio python/SetupPython.cmake :10

find_package(Python ${PYTHON_VERSION} EXACT REQUIRED COMPONENTS Interpreter Development OPTIONAL_COMPONENTS NumPy)

OpenImageDebugger/OpenImageDebugger src/oidbridge/CMakeLists.txt :28

find_package(Python 3.10.12 REQUIRED COMPONENTS Development)

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

find_package(Python 3.8 REQUIRED COMPONENTS ${_requested_python_components})

hust-diangroup/ns3-ai CMakeLists.txt :12

find_package(Python REQUIRED COMPONENTS Interpreter Development)

SCOREC/core python_wrappers/CMakeLists.txt :7

find_package(Python REQUIRED COMPONENTS Interpreter Development)

nv-legate/legate share/legate/examples/binding/cython/CMakeLists.txt :45

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

ml-explore/mlx CMakeLists.txt :266

find_package(
    Python 3.8
    COMPONENTS Interpreter Development.Module
    REQUIRED)

gnss-sdr/gnss-sdr cmake/Modules/SetupPython.cmake :82

find_package(Python COMPONENTS Interpreter)

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

find_package (Python ${BUILD_PYTHON_VERSION} COMPONENTS Interpreter Development QUIET)

psi4/psi4 CMakeLists.txt :224

find_package(Python 3.10 COMPONENTS Interpreter Development NumPy REQUIRED)

chdb-io/chdb contrib/pybind11-cmake/CMakeLists.txt :10

find_package(Python ${PYBIND11_NONLIMITEDAPI_PYTHON_HEADERS_VERSION} EXACT REQUIRED COMPONENTS Interpreter Development)

NVIDIA/MatX cmake/rapids-cmake/rapids-cmake/cython-core/init.cmake :53

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

AcademySoftwareFoundation/MaterialX source/PyMaterialX/External/PyBind11/tools/pybind11NewTools.cmake :58

find_package(
    Python 3.7 REQUIRED COMPONENTS ${_pybind11_interp_component} ${_pybind11_dev_component}
                                   ${_pybind11_quiet} ${_pybind11_global_keyword})

alejandrofontan/AnyFeature-VSLAM CMakeLists.txt :53

find_package(Python REQUIRED COMPONENTS Interpreter)

w111liang222/lidar-slam-detection third_party/pybind11/tools/pybind11NewTools.cmake :37

find_package(Python REQUIRED COMPONENTS Interpreter Development ${_pybind11_quiet})

abacusmodeling/abacus-develop python/pyabacus/CMakeLists.txt :10

find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)

NVIDIA/DALI plugins/CMakeLists.txt :20

find_package(Python COMPONENTS Interpreter)

milvus-io/knowhere thirdparty/faiss/faiss/python/CMakeLists.txt :118

find_package(Python REQUIRED
  COMPONENTS Development NumPy
)

gscept/nebula fips-files/include.cmake :73

find_package(Python 3.7 COMPONENTS Development REQUIRED)

danmar/cppcheck cmake/findDependencies.cmake :50

find_package(Python COMPONENTS Interpreter)

ukoethe/vigra CMakeLists.txt :146

FIND_PACKAGE(Python COMPONENTS Interpreter)

zeek/zeek CMakeLists.txt :840

find_package(Python ${ZEEK_PYTHON_MIN} REQUIRED COMPONENTS Interpreter)

DIPlib/diplib CMakeLists.txt :147

find_package(Python 3.6 COMPONENTS Interpreter Development.Module)

SimVascular/SimVascular Externals/CMake/PYTHON.cmake :172

find_package(Python REQUIRED PATHS ${SV_PYTHON_DIR} NO_DEFAULT_PATH)

emsec/hal deps/pybind11/tools/pybind11NewTools.cmake :37

find_package(Python REQUIRED COMPONENTS Interpreter Development ${_pybind11_quiet})

trailofbits/pasta bindings/python/CMakeLists.txt :3

find_package(Python COMPONENTS Interpreter Development REQUIRED)

colmap/colmap python/CMakeLists.txt :28

find_package(Python REQUIRED COMPONENTS Interpreter ${DEV_MODULE} REQUIRED)

AcademySoftwareFoundation/openvdb CMakeLists.txt :482

find_package(Python ${MINIMUM_PYTHON_VERSION} REQUIRED COMPONENTS Development Interpreter)

OSGeo/PROJ test/cli/CMakeLists.txt :91

find_package(Python COMPONENTS Interpreter)

STEllAR-GROUP/hpx CMakeLists.txt :2525

find_package(Python COMPONENTS Interpreter)

YosysHQ/nextpnr 3rdparty/pybind11/tools/pybind11NewTools.cmake :51

find_package(Python 3.6 REQUIRED COMPONENTS Interpreter ${_pybind11_dev_component}
                                              ${_pybind11_quiet} ${_pybind11_global_keyword})

facebookincubator/velox CMakeLists.txt :587

find_package(Python 3.9 COMPONENTS Interpreter Development.Module REQUIRED)

CLIUtils/CLI11 single-include/CMakeLists.txt :3

find_package(
    Python
    COMPONENTS Interpreter
    REQUIRED)

FreeOpcUa/freeopcua python/CMakeLists.txt :29

FIND_PACKAGE(Python COMPONENTS Interpreter Development)

NREL/EnergyPlus CMakeLists.txt :194

find_package(Python ${Python_REQUIRED_VERSION} EXACT COMPONENTS Interpreter Development REQUIRED)

google/shaderc CMakeLists.txt :104

find_package(Python COMPONENTS Interpreter REQUIRED)

hoffstadt/DearPyGui src/distribution.cmake :2

find_package (Python ${MV_PY_VERSION} EXACT COMPONENTS Development)

openturns/openturns CMakeLists.txt :529

find_package (Python 3.6 COMPONENTS Interpreter Development.SABIModule)

robotology/yarp src/devices/fake/fakePythonSpeechTranscription/CMakeLists.txt :22

find_package(Python REQUIRED Development)

apache/qpid-proton CMakeLists.txt :45

find_package(Python 3.9
        REQUIRED COMPONENTS Interpreter
        OPTIONAL_COMPONENTS Development)

intel/libvpl libvpl/test/ext/googletest/googletest/cmake/internal_utils.cmake :249

find_package(Python COMPONENTS Interpreter)

stanford-centaur/smt-switch CMakeLists.txt :170

find_package(Python 3.9 REQUIRED COMPONENTS Interpreter Development.Module)

pytorch/FBGEMM CMakeLists.txt :74

find_package(Python)

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

find_package(Python 3.8 COMPONENTS Interpreter ${DEV_MODULE} REQUIRED)

infiniflow/infinity CMakeLists.txt :369

find_package(Python COMPONENTS Interpreter Development REQUIRED)

mkiol/dsnote CMakeLists.txt :686

find_package(Python COMPONENTS Development REQUIRED)

vseasky/VersaAssistant assimp/contrib/gtest/cmake/internal_utils.cmake :253

find_package(Python COMPONENTS Interpreter)

OpenAssetIO/OpenAssetIO cmake/ThirdParty.cmake :42

find_package(Python REQUIRED COMPONENTS ${_components})

VowpalWabbit/vowpal_wabbit python/CMakeLists.txt :36

find_package(Python ${PY_VERSION} EXACT COMPONENTS Development REQUIRED)

asset-group/5ghoul-5g-nr-attacks libs/pybind11/tools/pybind11NewTools.cmake :35

find_package(Python 3.6 REQUIRED COMPONENTS Interpreter Development ${_pybind11_quiet})

KiCad/kicad-source-mirror thirdparty/pybind11/tools/pybind11NewTools.cmake :54

find_package(
    Python 3.8 REQUIRED COMPONENTS ${_pybind11_interp_component} ${_pybind11_dev_component}
                                   ${_pybind11_quiet} ${_pybind11_global_keyword})

celtera/avendish cmake/avendish.python.cmake :7

find_package(Python COMPONENTS Interpreter Development GLOBAL)

Farama-Foundation/ViZDoom src/lib_python/CMakeLists.txt :6

find_package(Python 3 COMPONENTS Interpreter Development REQUIRED)

flux-framework/flux-sched CMakeLists.txt :116

find_package(Python 3.6 COMPONENTS Interpreter Development REQUIRED)

KavrakiLab/vamp cmake/Python.cmake :6

find_package(Python 3.8
    REQUIRED COMPONENTS Interpreter Development.Module
    OPTIONAL_COMPONENTS Development.SABIModule)

munich-quantum-toolkit/ddsim CMakeLists.txt :42

find_package(
    Python 3.10 REQUIRED
    COMPONENTS Interpreter Development.Module
    OPTIONAL_COMPONENTS Development.SABIModule)

NauEngine/NauEnginePublic CMakeLists.txt :58

find_package(Python
    REQUIRED
)

project-chip/connectedhomeip config/nxp/chip-module/generate_factory_data.cmake :211

find_package(Python REQUIRED)

lingo-db/lingo-db tools/python/bridge/CMakeLists.txt :5

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

google/bloaty CMakeLists.txt :347

find_package(Python COMPONENTS Interpreter)

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

find_package(Python COMPONENTS Interpreter REQUIRED)

RosettaCommons/binder cmake/Modules/FindPython.cmake :23

find_package (Python COMPONENTS Interpreter Development)

deeppowers/deeppowers CMakeLists.txt :15

find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development)

dscharrer/innoextract cmake/StyleCheck.cmake :25

find_package(Python COMPONENTS Interpreter)

dgobbi/vtk-dicom CMakeLists.txt :232

find_package(Python${VTK_PYTHON_VERSION} QUIET COMPONENTS Development)

romainthomas/iCDump bindings/python/CMakeLists.txt :2

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

Governikus/AusweisApp ci.cmake :85

find_package(Python REQUIRED)

Jackarain/proxy third_party/boost/libs/cobalt/example/CMakeLists.txt :19

find_package(Python 3.8 COMPONENTS Interpreter Development.Module)

ornladios/ADIOS2 cmake/DetectOptions.cmake :411

find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development.Module)

mantidproject/mantid buildconfig/CMake/Bootstrap.cmake :46

find_package(Python ${MINIMUM_PYTHON_VERSION} REQUIRED COMPONENTS Interpreter Development NumPy)

symforce-org/symforce third_party/symenginepy/CMakeLists.txt :16

find_package(Python REQUIRED)

sxs-collaboration/spectre CMakeLists.txt :80

find_package(Python 3.8 REQUIRED)

libjxl/libjxl CMakeLists.txt :480

find_package(Python COMPONENTS Interpreter QUIET)

ledger/ledger CMakeLists.txt :74

find_package(Python
    COMPONENTS Interpreter Development)

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

find_package(Python 3 COMPONENTS Interpreter Development)

speedb-io/speedb CMakeLists.txt :1202

find_package(Python COMPONENTS Interpreter)

kpeeters/cadabra2 CMakeLists.txt :353

find_package(Python REQUIRED COMPONENTS Interpreter Development)

ggarra13/mrv2 CMakeLists.txt :68

find_package(Python COMPONENTS Interpreter)

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

find_package(Python 3.7 REQUIRED COMPONENTS Interpreter Development)

Rhoban/placo CMakeLists.txt :145

find_package(Python REQUIRED COMPONENTS Interpreter)

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

find_package(Python COMPONENTS Interpreter Development.Embed REQUIRED)

snl-dakota/dakota docs/CMakeLists.txt :25

find_package(Python REQUIRED)

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

find_package(Python COMPONENTS Interpreter Development.Module)

cvet/fonline ThirdParty/tracy/python/CMakeLists.txt :6

find_package(Python 3.6 COMPONENTS Interpreter Development REQUIRED)

stotko/stdgpu docs/CMakeLists.txt :55

find_package(Python COMPONENTS Interpreter REQUIRED)

facebook/mysql-5.6 extra/googletest/googletest-release-1.12.0/googletest/cmake/internal_utils.cmake :249

find_package(Python COMPONENTS Interpreter)

mldbai/mldb builtin/python/CMakeLists.txt :3

find_package(Python REQUIRED COMPONENTS Interpreter Development)

awa-ai/awadb pybind11/tools/pybind11NewTools.cmake :37

find_package(Python REQUIRED COMPONENTS Interpreter Development ${_pybind11_quiet})

polardb/polardbx-engine extra/googletest/googletest-release-1.12.0/googletest/cmake/internal_utils.cmake :249

find_package(Python COMPONENTS Interpreter)

lighttransport/tinyusdz src/external/pybind11/tools/pybind11NewTools.cmake :35

find_package(Python 3.6 REQUIRED COMPONENTS Interpreter Development ${_pybind11_quiet})

heterophyllus/Geopter geopter/gui/CMakeLists.txt :23

find_package(Python COMPONENTS Interpreter Development REQUIRED)

Bitcoin-ABC/bitcoin-abc CMakeLists.txt :53

find_package(Python 3.9 COMPONENTS Interpreter REQUIRED)