Revert "Fix own error in rB5d570c875eda in CMake script."

This reverts commit 6da609fcb3.

Buildbots are still broken, need more time to investigate.
This commit is contained in:
Bastien Montagne
2020-12-14 12:29:08 +01:00
parent 6da609fcb3
commit fdc9350a9f

View File

@@ -1632,7 +1632,7 @@ if(WITH_PYTHON)
if(WIN32 OR APPLE)
# pass, we have this in lib/python/site-packages
elseif(WITH_PYTHON_INSTALL_REQUESTS)
find_python_package(requests "")
find_python_package(requests)
endif()
endif()