Skip to content

Commit 5603ef0

Browse files
authored
README.md: fix build instructions
1 parent 62a321d commit 5603ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ cmake -E make_directory "build"
7878
# Generate build system files with cmake, and download any dependencies.
7979
$ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../
8080
# or, starting with CMake 3.13, use a simpler form:
81-
# cmake -DCMAKE_BUILD_TYPE=Release -S . -B "build"
81+
# cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release -S . -B "build"
8282
# Build the library.
8383
$ cmake --build "build" --config Release
8484
```

0 commit comments

Comments
 (0)