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
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
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