Re: [CMake] Please Help - Find HDF5 module on windows isn't finding

2010-12-21 Thread Aaron R>
ons. They will help me diagnose other issues in the future. Aaron R> On Tue, Dec 21, 2010 at 10:43 AM, Tyler Roscoe wrote: > On Tue, Dec 21, 2010 at 10:04:25AM -0700, Aaron R> wrote: > > I'm trying to setup a cmake project on windows which needs the HDF5 > > library. I

[CMake] Please Help - Find HDF5 module on windows isn't finding

2010-12-21 Thread Aaron R>
I didn't understand everything the findhdf5.cmake module was doing. Regards, Aaron R> ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and c

[CMake] Visual Studio 2008 and 2010 RUNTIME_OUTPUT_DIRECTORY doesn't work

2010-11-23 Thread Aaron R>
I'm trying to get my dlls and exes to output in a speicfic directory, regardless of build type. I should be able to do this using: set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin ) I still end up with (top dirs)/bin/Debug/myapp.exe (top dirs)/bin/Release/myapp.exe According to these