fix unidemponetial behaviour with PIP version

This commit is contained in:
2024-07-30 17:21:30 +03:00
parent f43f834460
commit c8876807ed
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ if (BUILDING_PIP)
set(PIP_LIBRARY pip CACHE STRING "")
set(PIP_FOUND ON CACHE BOOL "")
set(PIP_VERSION "${PIP_VERSION_BUILD}" CACHE STRING "")
else()
find_library(PIP_LIBRARY pip HINTS ${PIP_LIBDIR})
foreach (_l ${__libs})