version fix

This commit is contained in:
2024-07-30 14:26:07 +03:00
parent 1c7fc39b6c
commit a438c4249d
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ 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})