Remove obsolete comment.

This commit is contained in:
Ryan Curtin
2018-11-27 20:22:15 -05:00
parent dabd108b38
commit d4eb8df64c
@@ -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.")