Unverified Commit 0e2701b2 by Andrew Reusch Committed by GitHub

Add warning about nnpack installing googletest (#5185)

parent 93c70d16
......@@ -64,6 +64,8 @@ export PATH="${PATH}:~/ninja"
The new CMAKE version of NNPACK download [Peach](https://github.com/Maratyszcza/PeachPy) and other dependencies alone
Note: at least on OS X, running `ninja install` below will overwrite googletest libraries installed in `/usr/local/lib`. If you build googletest again to replace the nnpack copy, be sure to pass `-DBUILD_SHARED_LIBS=ON` to `cmake`.
```bash
git clone --recursive https://github.com/Maratyszcza/NNPACK.git
cd NNPACK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment