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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user