LegalizeAdulthood / cpp-koans

C++ Koans
MIT License
44 stars 10 forks source link

Update catch2 to 2.13.9 #2

Closed bgigous closed 2 years ago

bgigous commented 2 years ago

At first, I could not build catch2 included in this repo. Updating the library did the trick.

LegalizeAdulthood commented 2 years ago

Thanks!

I should probably update this repo to use vcpkg for dependencies....

bgigous commented 2 years ago

My pleasure! As I've been going through these koans, it's revealed some misconceptions I held on how C++ works. It's helped me so I thought I'd give back. :)

Re: vcpkg or not, that would be nice but I don't think it's too necessary. I had very little problem getting this to project to build once I had my build environment setup and updated the library header file.