Re: [CMake] DLL not found question

2006-11-01 Thread Brad King
Jacob Foshee wrote: > Perhaps if Find<3rdParty>.cmake or <3rdParty>Config.cmake advertised a > 3rdParty_BIN_DIR or 3rdParty_RUNTIME_DIR this would help? I could try > writing a FIND_RUNTIME_LIBRARY macro if that would help. Some project's modules already do export a FOO_RUNTIME_LIBRARY_DIRS varia

Re: [CMake] DLL not found question

2006-10-31 Thread Jacob Foshee
I hope no one minds if I resurrect this thread.Anyone on Windows will encounter the same issue, and I'm wondering what the best approach is or will be.  Particularly, take into account that I might not be using CMake to build all of my [3rd party] dependencies, nor might I want to drop all targets

Re: [CMake] DLL not found question

2006-09-17 Thread Alexander Neundorf
Von: Wojciech Jarosz <[EMAIL PROTECTED]> > Hi all, > I'm just starting to use CMake with Windows (have used it for a while > now on Linux) so please forgive me if my question is stupid. I tried > looking in the archives but didn't find anything related. > > I have a project set up on Windows n

[CMake] DLL not found question

2006-09-17 Thread Wojciech Jarosz
Hi all, I'm just starting to use CMake with Windows (have used it for a while now on Linux) so please forgive me if my question is stupid. I tried looking in the archives but didn't find anything related. I have a project set up on Windows now (it compiles and links correctly), but what is th