This commit is contained in:
Norbert Wenzel 2020-12-11 19:24:14 +01:00 committed by Martin Hořeňovský
parent 4b51d0dd3b
commit be813faaa0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dealing with consuming libraries in your build system of choice.
However, we recommend doing 2, and taking extra time to migrate to v3
properly. This lets you reap the benefits of significantly improved
compilation times in the v3 version. The basic steps to do se are:
compilation times in the v3 version. The basic steps to do so are:
1. Change your CMakeLists.txt to link against `Catch2WithMain` target if
you use Catch2's default main. (If you do not, keep linking against