Fix own error in rB5d570c875eda in CMake script.

My mistake, though CMake could handle default arguments but it needs to
be explicitly passed actually.
This commit is contained in:
Bastien Montagne
2020-12-14 12:22:04 +01:00
parent 812ea91842
commit 6da609fcb3

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()