cpp-io2d / P0267_RefImpl

Reference Implementations of P0267, the proposed 2D graphics API for ISO C++
Other
313 stars 114 forks source link

Can we change to #include <catch2/catch.hpp> #138

Open ethanyanjiali opened 3 years ago

ethanyanjiali commented 3 years ago

I'm having "catch.hpp not found" error when I build from source on MacOS. I installed catch2 from brew and it's recommened to use #include <catch2/catch.hpp> instead. I end up replacing all #include "catch.hpp" with #include <catch2/catch.hpp> to build.