From d4eb8df64cd5ab28767c9303d8dfd4c4c8b4814d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 27 Nov 2018 20:22:15 -0500 Subject: [PATCH] Remove obsolete comment. --- src/mlpack/bindings/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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.")