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 e96085f commit a200f21Copy full SHA for a200f21
README.md
@@ -195,7 +195,7 @@ From the base directory:
195
```bash
196
mkdir -p build # Create a directory to hold the build output
197
cd build # Enter the build folder
198
-cmake .. # Generate native build scripts for GoogleTest
+cmake -DTEST=ON .. # Generate native build scripts for GoogleTest,
199
make # Compile
200
```
201
@@ -239,7 +239,7 @@ From the base directory:
239
240
241
242
-cmake -DBENCHMARK=ON .. # Generate native build scripts for GoogleTest
+cmake -DBENCHMARK=ON .. # Generate native build scripts for Google Benchmark
243
244
245
0 commit comments