diff --git a/cmake/Modules/FindPythonDeps.cmake b/cmake/Modules/FindPythonDeps.cmake index d460aa6ef..8d1a53b3c 100644 --- a/cmake/Modules/FindPythonDeps.cmake +++ b/cmake/Modules/FindPythonDeps.cmake @@ -9,6 +9,7 @@ # PYTHON_INCLUDE_DIR if(NOT WIN32) + set(Python_ADDITIONAL_VERSIONS 3.4) find_package(PythonLibs QUIET 3.4) return() endif()