Skip to content

intel/compiler: add cpp_std=c++17 when building tests

Tapani Pälli requested to merge tpalli/mesa:fix-tests-build into main

Otherwise build fails:

"../src/intel/compiler/brw_private.h:40:4: note: ‘std::variant’ is only available from C++17 onwards"

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports