We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a321d commit 5603ef0Copy full SHA for 5603ef0
README.md
@@ -78,7 +78,7 @@ $ cmake -E make_directory "build"
78
# Generate build system files with cmake, and download any dependencies.
79
$ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../
80
# or, starting with CMake 3.13, use a simpler form:
81
-# cmake -DCMAKE_BUILD_TYPE=Release -S . -B "build"
+# cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release -S . -B "build"
82
# Build the library.
83
$ cmake --build "build" --config Release
84
```
0 commit comments