Explicitly set Python3_FIND_STRATEGY (#20215)

This commit is contained in:
Ilya Lavrenov 2023-10-03 18:43:45 +04:00 committed by Alexander Nesterov
parent 93b0e867a8
commit f0b94e1c19

View File

@ -37,6 +37,9 @@ function(set_ci_build_number)
endforeach()
endfunction()
# explicitly configure FindPython3.cmake to find python3 in virtual environment first
ov_set_if_not_defined(Python3_FIND_STRATEGY LOCATION)
include(features)
set_ci_build_number()