You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: reading definitions from COMPILE_DEFINITIONS property (openvinotoolkit#24324)
Compilation in Conan fails if compiler=clang and libstd=libstdc++
because conan defines _GLIBCXX_USE_CXX11_ABI=0 but openvino autodetects
the value and overwrites it with _GLIBCXX_USE_CXX11_ABI=1.
These changes make it honor the compile definitions generated by Conan.
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
0 commit comments