From fdc9350a9f6c9cb43d8c83d111e88e863f884f79 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 14 Dec 2020 12:29:08 +0100 Subject: Revert "Fix own error in rB5d570c875eda in CMake script." This reverts commit 6da609fcb365f2e51299045b7d5e93fd17583f54. Buildbots are still broken, need more time to investigate. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 03508791623..71186a58281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() -- cgit v1.2.3