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
Notes: blender-bot 2023-02-13 11:54:36 +01:00
Referenced by commit fdc9350a9f, Revert "Fix own error in rB5d570c875eda in CMake script."
1 changed files with 1 additions and 1 deletions

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