You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the tests requires the [GTest](https://github.com/google/googletest) testing framework and [cmake](https://cmake.org).
182
+
Building the tests requires [cmake](https://cmake.org).
183
183
184
-
gtest and cmake are available as a packages for most linux distributions. Besides, they can also be installed with the `conda` package manager (even on windows):
184
+
`cmake` is available as a package for most linux distributions. Besides, they can also be installed with the `conda` package manager (even on windows):
185
185
186
186
```bash
187
-
conda install -c conda-forge gtest cmake
187
+
conda install -c conda-forge cmake
188
188
```
189
189
190
-
Once `gtest` and `cmake`are installed, you can build and run the tests:
190
+
Once `cmake`is installed, you can build and run the tests:
0 commit comments