1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-31 14:40:29 +08:00
This commit is contained in:
José Agustín dlP 2024-03-07 13:37:54 +01:00 committed by GitHub
commit 2ca0c79d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ On a unix system, the build directory should now look something like this:
Next, you can run the tests to check the build.
```bash
$ cmake -E chdir "build" ctest --build-config Release
cmake -E chdir "build" ctest --build-config Release
```
If you want to install the library globally, also run: