Skip to content

Commit

Permalink
README.md: fix build instructions (#1880)
Browse files Browse the repository at this point in the history
Co-authored-by: dominic <[email protected]>
  • Loading branch information
0dminnimda and dmah42 authored Jan 8, 2025
1 parent 7ddc400 commit f981f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ cmake -E make_directory "build"
# Generate build system files with cmake, and download any dependencies.
$ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../
# or, starting with CMake 3.13, use a simpler form:
# cmake -DCMAKE_BUILD_TYPE=Release -S . -B "build"
# cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release -S . -B "build"
# Build the library.
$ cmake --build "build" --config Release
```
Expand Down

0 comments on commit f981f58

Please sign in to comment.