mirror of https://gitee.com/bigwinds/arangodb
cmake: don't allow Python 3 interpreter (gyp only works with Python 2)
This commit is contained in:
parent
7a308c1d76
commit
f8902b578f
|
@ -232,7 +232,7 @@ else ()
|
|||
set(MAKE make)
|
||||
endif ()
|
||||
|
||||
find_package(PythonInterp 2 REQUIRED)
|
||||
find_package(PythonInterp 2 EXACT REQUIRED)
|
||||
get_filename_component(PYTHON_EXECUTABLE "${PYTHON_EXECUTABLE}" REALPATH)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue