10 lines
124 B
CMake
10 lines
124 B
CMake
#.rst:
|
|
#
|
|
# Detects Python interpreter.
|
|
#
|
|
# Variables defined::
|
|
#
|
|
# PYTHON_EXECUTABLE
|
|
|
|
find_package(PythonInterp REQUIRED)
|