I'm trying to build PODOFO (PDF Library, open source) and Boost is one of it's dependencies.
I am having a great deal of trouble getting the compiler to see the boost include and lib directories I set in the CMAKE include and lib global variables.
How can I make the boost lib and include directories visible to all programs depending on it. Is there some kind of global variable for boost that is normally used?