fix unidemponetial behaviour with PIP version
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user