Re: [CMake] Location of .idb, .pdb, and .ilk

2009-02-22 Thread Eric Noulard
2009/2/22 Hai Nguyen chaotic...@gmail.com: Hi, Is there a way I can control where these files end up? Or maybe, is there away I can control where the resulting .dll/.so file ends up apart from these files? For .dll/.so you may set (I don't know the behaviour of the .pdb, .ilk and the like)

Re: [CMake] Setting MemoryCheckCommand in extended Ctest scripts

2009-02-22 Thread Bill Hoffman
Bartlett, Roscoe A wrote: Hello, I am trying to get memory checking to work in an extended Ctest script that calls ctest_memcheck(...). However, when I do I get the error message: SetCTestConfiguration:BuildDirectory:/home/rabartl/PROJECTS/dashboards/Trilinos.base/SERIAL_DEBUG/BUILD

Re: [CMake] About Gmm++

2009-02-22 Thread Kaveh Kohan
Thank you for your reply, I downloaded it from: http://websvn.kde.org/trunk/koffice/cmake/modules/FindGMM.cmake?view=markup By the way just for record, the FindGMM is: if (GMM_INCLUDE_DIR) # in cache already set(GMM_FOUND TRUE) else (GMM_INCLUDE_DIR) find_path(GMM_INCLUDE_DIR NAMES gmm/gmm.h