Error while make with dagmc

I encountered a problem when installing openmc with dagmc on the workstation. I did not encounter the problem during the previous installation. I also successfully used dag-openmc to calculate a simple model before. However, when I installed it on the workstation today, both moab and dagmc Successful installation, but when installing openmc, an error was reported during the make compilation phase.
This is error:


Here are some steps and options when I install

I tried add -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 in cmake option and the problem was solved. :::