| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This changes the include path from <catch.hpp> to <catch2/catch.hpp>, and gets rid of all remaining warnings on VS2017. (VS2015 still emits a bunch of questionable warnings.)
|
@SoapGentoo, would you mind checking whether this also works with a system Catch2? Note that the pkg-config file was renamed from catch.pc.in to catch2.pc.in, so I think this means I have to adjust the string in my CMakeLists.txt as well. If this one works out then I intend to tag v0.2 shortly after. |
Sorry, something went wrong.
|
@jpetso I'll check it on the weekend, ok? |
Sorry, something went wrong.
|
Sure, that would be great! I'll be on active vacation for a week and a bit, so I may not be very responsive myself. Much appreciated :) |
Sorry, something went wrong.
|
@jpetso yip, everything fine, this fixes the Catch2 2.3.0 changes. Please merge and cut a new release for us? Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This changes the include path from <catch.hpp> to <catch2/catch.hpp>,
and gets rid of all remaining warnings on VS2017.
(VS2015 still emits a bunch of questionable warnings.)