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
If I'm reading this correctly Homebrew packages should be symlinked to one of the standard lib directories (i.e. /usr/local/lib etc). I'm not familiar with the system, so I don't know if that's something the end user always has to do or if it's something the package installer should have done.
In Linux, there's also the LD_LIBRARY_PATH environment variable which specifies directories to search for libraries. Not sure if it's present in OSX, but it may be worth a shot.
You're most welcome! This project is exactly what I've been looking for and saves me a ton of time in writing it myself. I'll take another pass and hopefully report back with a PR.
Build is failing to find
even though it is installed inI tried to edit
to manually add the source dirs but not luck.The actual build failure is
and compiles fine if I add the two source dirs with "-I"
But I don't know how to make CMAKE aware of these.
This seems to only affect OSX. Linux works great. Thank you!
The text was updated successfully, but these errors were encountered: