This commit is contained in:
2022-08-08 21:09:47 +03:00
parent 60f4db61eb
commit f0fee0d78f

View File

@@ -41,7 +41,7 @@ else()
endforeach()
endif()
if (BUILDING_pPIP AND (NOT CMAKE_CROSSCOMPILING))
if (BUILDING_PIP AND (NOT CMAKE_CROSSCOMPILING))
set(PIP_CMG "$<TARGET_FILE_DIR:pip_cmg>/$<TARGET_FILE_NAME:pip_cmg>" CACHE STRING "")
set(PIP_RC "$<TARGET_FILE_DIR:pip_rc>/$<TARGET_FILE_NAME:pip_rc>" CACHE STRING "")
set(PIP_DEPLOY_TOOL "$<TARGET_FILE_DIR:deploy_tool>/$<TARGET_FILE_NAME:deploy_tool>" CACHE STRING "")