Re: [CMake] Cmake appears to substitute -llibrary when a full path is given.

2013-09-25 Thread Andreas Naumann
Hi Seth, I had the same problem some time ago. In my case, the environment variable LIBRARY_PATH contained the boost directory, which instructs the linker to use it as standard library directory. CMake asks the compiler for implicit linking directories. I am not completly sure, but the

[CMake] Cmake appears to substitute -llibrary when a full path is given.

2013-09-23 Thread S'orlok Reaves
Good afternoon all, This is my first post to this list, so please redirect me if I'm in the wrong place. So far cmake has been great, but I've run into an issue that I am having trouble understanding. I'm searching for the Boost libs on a server that has two different versions installed. One

Re: [CMake] Cmake appears to substitute -llibrary when a full path is given.

2013-09-23 Thread Alexander Neundorf
On Monday 23 September 2013, S'orlok Reaves wrote: Good afternoon all, This is my first post to this list, so please redirect me if I'm in the wrong place. So far cmake has been great, but I've run into an issue that I am having trouble understanding. I'm searching for the Boost libs on