Fixed compilation with gcc-12 (#13983)

* Fixed compilation with gcc-12

* Made python to be a mandatory dependency for gpu plugin

* Apply suggestions from code review
This commit is contained in:
Ilya Lavrenov
2022-11-15 22:59:27 +04:00
committed by GitHub
parent fd961d6e56
commit 20419905c3
5 changed files with 10 additions and 16 deletions

View File

@@ -81,8 +81,4 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$")
set(OV_COMPILER_IS_CLANG ON)
endif()
if(CMAKE_CXX_COMPILER MATCHES ".*conda.*")
set(OV_COMPILER_IS_CONDA ON)
endif()
get_property(OV_GENERATOR_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)