karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Compilation Error: C++11 failure #47

Open YixyG opened 1 year ago

YixyG commented 1 year ago

Capture

Every time when I try to run the program, it says that the compiler has no C++11 support, while my assignment 1 can be executed without a problem. I installed everything I can find, but the error is still here. I also tried to use cmake gui to run it, same outcome. Is there a way I can fix this? Thank you!