cmake find_package(PythonLibs) examples

audaspace/audaspace CMakeLists.txt :763

find_package(PythonLibs 3.2 ${PACKAGE_OPTION})

audaspace/audaspace cmake/FindNumPy.cmake :8

find_package(PythonLibs 3.2)

bulletphysics/bullet3 CMakeLists.txt :349

FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT)

bulletphysics/bullet3 CMakeLists.txt :357

FIND_PACKAGE(PythonLibs)

bulletphysics/bullet3 build3/cmake/FindPythonLibs.cmake :15

# You need to set this variable before calling find_package(PythonLibs).

ElmerCSC/elmerfem ElmerGUI/cmake/Modules/FindPythonQt.cmake :7

find_package(PythonLibs)

ElmerCSC/elmerfem ElmerGUI/PythonQt/CMakeLists.txt :1

find_package(PythonLibs 2.7 REQUIRED)

FreeCAD/FreeCAD src/3rdParty/libkdtree/python-bindings/CMakeLists.txt :4

find_package (PythonLibs)

FreeCAD/FreeCAD src/Tools/embedded/Qt/cxx/CMakeLists.txt :18

find_package(PythonLibs REQUIRED)

FreeCAD/FreeCAD src/Tools/embedded/Qt/cxx/CMakeLists.txt :20

find_package(PythonLibs ${Python3_VERSION} EXACT)

malaterre/GDCM Wrapping/Python/CMakeLists.txt :52

find_package(PythonLibs ${GDCM_DEFAULT_PYTHON_VERSION} REQUIRED)

geographiclib/geographiclib wrapper/python/CMakeLists.txt :23

find_package (PythonLibs ${PYTHON_VERSION} REQUIRED)

gnuradio/gnuradio cmake/Modules/GrPython.cmake :27

find_package(PythonLibs ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} EXACT)

arximboldi/immer extra/python/CMakeLists.txt :13

find_package(PythonLibs)

arximboldi/immer extra/python/CMakeLists.txt :23

find_package(PythonLibs)

intrepidcs/libicsneo third-party/libftdi/python/CMakeLists.txt :15

find_package ( PythonLibs )

libkml/libkml src/swig/CMakeLists.txt :18

find_package(PythonLibs REQUIRED)

Framstag/libosmscout cmake/features.cmake :344

#find_package(PythonLibs QUIET)

sbmlteam/libsbml dev/utilities/build-python/python-src/CMakeLists.txt :47

find_package(PythonLibs REQUIRED)

sbmlteam/libsbml dev/utilities/new_installer/python/CMakeLists.txt :36

find_package(PythonLibs REQUIRED)

sbmlteam/libsbml src/bindings/python/CMakeLists.txt :41

find_package(PythonLibs)

YosysHQ/nextpnr 3rdparty/python-console/CMakeLists.txt :7

find_package( PythonLibs REQUIRED )

OGRECave/ogre CMake/Dependencies.cmake :292

find_package(PythonLibs)

openbabel/openbabel scripts/CMakeLists.txt :54

find_package(PythonLibs)

opencv/opencv cmake/OpenCVDetectPython.cmake :138

find_package(PythonLibs "${_version_major_minor}")

opencv/opencv cmake/OpenCVDetectPython.cmake :140

find_package(PythonLibs "${_version_major_minor}.${_version_patch}" EXACT)

openscenegraph/OpenSceneGraph CMakeLists.txt :814

# FIND_PACKAGE(PythonLibs)

AcademySoftwareFoundation/OpenTimelineIO examples/CMakeLists.txt :1

find_package(PythonLibs REQUIRED)

wdas/SeExpr CMakeLists.txt :78

find_package(PythonLibs)

apache/thrift build/cmake/DefineOptions.cmake :121

find_package(PythonLibs QUIET) # for Python.h

trilinos/Trilinos packages/epetraext/cmake/FindPythonInclude.cmake :55

FIND_PACKAGE(PythonLibs)