Update CMake build instructions for current CMake version

This commit is contained in:
Martin Hořeňovský 2024-02-08 22:05:08 +01:00
parent 031a163a2c
commit 82e9b9b5f2
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ install it to the default location, like so:
```
$ git clone https://github.com/catchorg/Catch2.git
$ cd Catch2
$ cmake -Bbuild -H. -DBUILD_TESTING=OFF
$ cmake -B build -S . -DBUILD_TESTING=OFF
$ sudo cmake --build build/ --target install
```