From d44ef5de8e9082cae2277c2fc933fc7eaa8d7b8b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 9 Nov 2018 21:51:10 -0500 Subject: [PATCH] This shouldn't be required... --- src/mlpack/bindings/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/bindings/python/CMakeLists.txt b/src/mlpack/bindings/python/CMakeLists.txt index f5f8cf94cc..bde38e552e 100644 --- a/src/mlpack/bindings/python/CMakeLists.txt +++ b/src/mlpack/bindings/python/CMakeLists.txt @@ -15,7 +15,7 @@ endif () # Generate Python setuptools file. # We can probably use FindPythonInterp when we require CMake 3.0. -find_package(PythonInterp REQUIRED) +find_package(PythonInterp) if (NOT PYTHON_EXECUTABLE) not_found_return("Python not found; not building Python bindings.") else ()