Re: [CMake] MEMORYCHECK_COMMAND

2008-09-02 Thread Sean McBride
On 8/26/08 4:41 PM, Andy Lego said: This is a command used for memory checking, such as valgrind or purify. You do not need to set it to anything, unless you are doing memory checking during testing. I am not sure if there is any memory checker on mac at this point. Haven't looked into that for

Re: [CMake] MEMORYCHECK_COMMAND

2008-09-02 Thread Andy Lego
Hi, Sounds like a nice rainy Sunday project. Unfortunately it does not rain in California that much, so it is going to take a while before I have a chance to look at it. Andy On Tue, Sep 2, 2008 at 11:07 AM, Sean McBride [EMAIL PROTECTED]wrote: On 8/26/08 4:41 PM, Andy Lego said: This is a

Re: [CMake] MEMORYCHECK_COMMAND

2008-09-02 Thread Bill Hoffman
Andy Lego wrote: Hi, Sounds like a nice rainy Sunday project. Unfortunately it does not rain in California that much, so it is going to take a while before I have a chance to look at it. Andy On Tue, Sep 2, 2008 at 11:07 AM, Sean McBride [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

[CMake] MEMORYCHECK_COMMAND

2008-08-26 Thread Darren Weber
What is CMake variable: MEMORYCHECK_COMMAND ? I'm compiling on OSX 10.5 and this variable is undefined (command not found); should I install something for this? Thanks, Darren ___ CMake mailing list CMake@cmake.org

Re: [CMake] MEMORYCHECK_COMMAND

2008-08-26 Thread Andy Lego
Hi Darren, This is a command used for memory checking, such as valgrind or purify. You do not need to set it to anything, unless you are doing memory checking during testing. I am not sure if there is any memory checker on mac at this point. Haven't looked into that for a while. Andy On Tue,