Re: [CMake] Clarifying Cmake behavior

2016-03-19 Thread James Benze
temporarily at that. There must be a better > way... > > > On Tue, Mar 15, 2016 at 2:38 PM, James Benze wrote: > >> So I combed through the source code, and solved the problem, mostly. It >> did turn out to be a cmake issue, sort of, so I figured I'd post here for >&g

Re: [CMake] Clarifying Cmake behavior

2016-03-15 Thread James Benze
LD_LIBRARY_PATH when building. In this case, everything links correctly, although ld harmlessly complains about conflicts with the distribution-installed libraries in /usr/lib/ 2) Install boost in a different directory than my custom compiler. Cheers, all. On Tue, Mar 15, 2016 at 10:38 AM, Ja

[CMake] Clarifying Cmake behavior

2016-03-15 Thread James Benze
Hey all: I'm trying to compile boost with some weird options, and I can't get projects linked with it to compile correctly. As using regularly compiled boost seems to work just fine, this indicates my issue is not with cmake...however I was hoping I could get some clarification on how cmake searc