- # src/graph/src/plugins/intel_gpu/src/graph/include/reorder_inst.h:24:8: error: type 'struct typed_program_node' violates the C++ One Definition Rule [-Werror=odr]
- env.NIX_CFLAGS_COMPILE = "-Wno-odr";
+ env = {
+ CXXFLAGS = "-I${lib.getDev opencv}/include/opencv4";
+ # src/graph/src/plugins/intel_gpu/src/graph/include/reorder_inst.h:24:8: error: type 'struct typed_program_node' violates the C++ One Definition Rule [-Werror=odr]
+ NIX_CFLAGS_COMPILE = "-Wno-odr";
+ };
|