This shouldn't be required...

This commit is contained in:
Ryan Curtin
2018-11-09 21:51:10 -05:00
parent 3e9dc1096f
commit d44ef5de8e
+1 -1
View File
@@ -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 ()