autocmake/modules/python.cmake
2015-07-17 13:49:09 +02:00

15 lines
250 B
CMake

#.rst:
#
# Detects Python interpreter.
#
# Variables set::
#
# PYTHON_EXECUTABLE
#
# Example autocmake.cfg entry::
#
# [python]
# source: https://github.com/scisoft/autocmake/raw/master/modules/python.cmake
find_package(PythonInterp REQUIRED)