PIDeque important performance fix

This commit is contained in:
2021-06-11 19:10:13 +03:00
parent ef80a72e38
commit f03781f898
3 changed files with 102 additions and 66 deletions

View File

@@ -78,6 +78,7 @@ endif()
if (NOT BUILDING_pip)
shstk_find_header(pip PIP "pip_version.h" "${_PIP_LIBRARY_PATH_}")
set(PIP_INCLUDES "${pip_INCLUDES}" CACHE STRING "")
endif()
if(PIP_FIND_VERSION VERSION_GREATER PIP_VERSION)
message(FATAL_ERROR "PIP version ${PIP_VERSION} is available, but ${PIP_FIND_VERSION} requested!")