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)

keith2018/SoftGLRender third_party/assimp/contrib/gtest/cmake/internal_utils.cmake :249

find_package(Python COMPONENTS Interpreter)

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

find_package(Python REQUIRED COMPONENTS Development.Module Interpreter)

BLAST-WarpX/warpx CMakeLists.txt :268

find_package(Python 3.8 COMPONENTS Interpreter Development.Module REQUIRED)

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)

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

find_package(Python 3.8 REQUIRED COMPONENTS ${_requested_python_components})

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)

PixarAnimationStudios/OpenSubdiv CMakeLists.txt :428

find_package(Python COMPONENTS Interpreter)

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)

LLNL/Caliper CMakeLists.txt :414

find_package(Python COMPONENTS Interpreter Development 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)

alejandrofontan/AnyFeature-VSLAM CMakeLists.txt :53

find_package(Python REQUIRED COMPONENTS Interpreter)

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
)

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)

NCAR/VAPOR CMakeLists.txt :279

find_package(Python COMPONENTS Interpreter Development NumPy)

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

find_package(Python REQUIRED PATHS ${SV_PYTHON_DIR} NO_DEFAULT_PATH)

GUDHI/gudhi-devel src/cmake/modules/GUDHI_third_party_libraries.cmake :149

find_package( Python COMPONENTS Interpreter ${DEV_MODULE} NumPy)

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

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

RobotLocomotion/drake CMakeLists.txt :260

find_package(Python 3 EXACT MODULE REQUIRED
    COMPONENTS Development Interpreter
  )

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)

wjakob/nanobind CMakeLists.txt :148

find_package(Python 3.8
    REQUIRED COMPONENTS Interpreter ${NB_PYTHON_DEV_MODULE}
    OPTIONAL_COMPONENTS Development.SABIModule)

MikePopoloski/slang CMakeLists.txt :98

find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)

iree-org/iree CMakeLists.txt :711

find_package(Python 3.9 COMPONENTS Interpreter Development.Module NumPy REQUIRED)

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)

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)

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)

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)

pthom/hello_imgui src/hello_imgui_test_engine_integration/hello_imgui_test_engine_cmake.cmake :95

find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development.Module)

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)

NVIDIA/Fuser CMakeLists.txt :70

find_package(Python REQUIRED Development.Module Interpreter)

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})

spotify/pedalboard CMakeLists.txt :31

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

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

find_package(Python COMPONENTS Interpreter Development GLOBAL)

Project-OSRM/osrm-backend third_party/fmt/doc/CMakeLists.txt :14

find_package(Python QUIET REQUIRED)

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)

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)

trailofbits/binrec-tob CMakeLists.txt :15

find_package(Python 3.9 REQUIRED COMPONENTS Interpreter Development)

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)

JeanElsner/panda-py CMakeLists.txt :19

find_package(
  Python
  COMPONENTS Interpreter Development.Module
  REQUIRED)

bnoordhuis/v8-cmake v8/third_party/googletest/src/googletest/cmake/internal_utils.cmake :249

find_package(Python COMPONENTS Interpreter)

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)

SmartKeyerror/reading-source-code-of-leveldb-1.23 third_party/googletest/googletest/cmake/internal_utils.cmake :253

find_package(Python COMPONENTS Interpreter)

CppCXY/EmmyLuaCodeStyle 3rd/googletest-1.13.0/googletest/cmake/internal_utils.cmake :263

find_package(Python COMPONENTS Interpreter)

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

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

sxs-collaboration/spectre CMakeLists.txt :80

find_package(Python 3.8 REQUIRED)

libjxl/libjxl CMakeLists.txt :480

find_package(Python COMPONENTS Interpreter QUIET)

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)

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)

remotesensinginfo/rsgislib python/CMakeLists.txt :5

find_package (Python COMPONENTS Interpreter Development)

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

find_package(Python COMPONENTS Interpreter)

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})

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

find_package(Python 3.9 COMPONENTS Interpreter REQUIRED)

Blockstream/gdk CMakeLists.txt :105

find_package(Python ${PYTHON_REQUIRED_VERSION} EXACT COMPONENTS Interpreter)

gatecat/nextpnr-xilinx 3rdparty/pybind11/tools/pybind11NewTools.cmake :35

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

TeXworks/texworks CMakeLists.txt :348

FIND_PACKAGE(Python COMPONENTS Interpreter Development)

laugh12321/TensorRT-YOLO CMakeLists.txt :59

find_package(Python COMPONENTS Interpreter Development REQUIRED)

toyota-connected/ivi-homescreen docs/CMakeLists.txt :27

find_package(Python REQUIRED)

OFFTKP/felix86 external/zydis/CMakeLists.txt :538

find_package(Python 3 REQUIRED)

gemrb/gemrb cmake/Helpers.cmake :175

FIND_PACKAGE(Python 3 COMPONENTS Development REQUIRED)

jd-opensource/xllm CMakeLists.txt :252

find_package(Python COMPONENTS Development REQUIRED)

openc2e/openc2e CMakeLists.txt :59

find_package(Python REQUIRED)

microsoft/onnxruntime-genai src/python/CMakeLists.txt :7

find_package(Python COMPONENTS Interpreter Development)