You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: