acschaefer / ray_tracing

Fast grid-based ray tracing in C++ and Python
MIT License
7 stars 1 forks source link

cannot find the file catch2/catch.hpp #4

Open Zhong-shan opened 3 years ago

Zhong-shan commented 3 years ago

1 Thank you very much for your contribution. I cannot find the file catch2/catch.hpp. Could you tell me where I can find it? Thank you.

ibrahimhroob commented 2 years ago

Hi, I am having the same issue, have you figured out how to resolve it? Thanks

ibrahimhroob commented 2 years ago

Hi, I think I have solved this issue, I changed that line to: #include <catch2/catch_all.hpp>