Skip to content

Commit

Permalink
Use FetchContent to grab latest Catch2 release
Browse files Browse the repository at this point in the history
The key benefit here is that now we're linking against their CMake
target which makes it easy to change how we depend on Catch2. We
can switch from FetchContent to FindPackage to a git submodule and
never have to change our code because we're depending on Catch2 in
the most flexible way possible.
  • Loading branch information
ChrisThrasher committed Dec 19, 2021
1 parent 114fa58 commit d37f5cd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11,692 deletions.

0 comments on commit d37f5cd

Please sign in to comment.