[mlpack-git] [mlpack] ARMADILLO_INCLUDE_DIR-NOTFOUND/armadillo_bits/config.hpp not found (#511)

Ryan Curtin notifications at github.com
Tue Feb 9 11:49:01 EST 2016


Yeah, you have to specify `ARMADILLO_INCLUDE_DIR` because CMake doesn't know where to look for the Armadillo include directory:

```
cmake -D ARMADILLO_INCLUDE_DIR=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/tmp/include/ ../
```

Does that help?

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/511#issuecomment-181952384
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160209/e26fd259/attachment-0001.html>


More information about the mlpack-git mailing list