When I compile I got the following error : fatal error: boost/functional/hash.hpp: No such file or directory #include <boost/functional/hash.hpp>.
fatal error: boost/functional/hash.hpp: No such file or directory #include <boost/functional/hash.hpp> Obviously, the compiler dodoes not find the library, so my question is : how can I tell him where the library is ? I prefer to set some environment variable, and if it is not possible, how can I do that using CMake ?