diff --git a/src/mlpack/bindings/python/CMakeLists.txt b/src/mlpack/bindings/python/CMakeLists.txt index bde38e552e..9669acccbe 100644 --- a/src/mlpack/bindings/python/CMakeLists.txt +++ b/src/mlpack/bindings/python/CMakeLists.txt @@ -14,7 +14,6 @@ if (NOT BUILD_PYTHON_BINDINGS) endif () # Generate Python setuptools file. -# We can probably use FindPythonInterp when we require CMake 3.0. find_package(PythonInterp) if (NOT PYTHON_EXECUTABLE) not_found_return("Python not found; not building Python bindings.")