[CMake] possible bug report on release binary dynamic library search paths

2008-09-19 Thread Christopher Harvey
Sorry about the long subject, My question is about the way cmake defines dynamic link library search paths for release builds of executables. I've got an executable, written in C++ that depends on a shared library within the same project. When I run ldd on that executable I get this output

Re: [CMake] possible bug report on release binary dynamic library search paths

2008-09-19 Thread Christopher Harvey
Eric Noulard wrote: 2008/9/19 Christopher Harvey [EMAIL PROTECTED]: Sorry about the long subject, My question is about the way cmake defines dynamic link library search paths for release builds of executables. I've got an executable, written in C++ that depends on a shared library within