[CMake] Accessing cache variable from CTest script

2012-08-24 Thread Davide Mancusi
Hello everyone, I have tried asking this question on stackoverflow [1] without much luck, so here we go: My project links to a third-party library that comes with a valgrind suppression file, as well as a CMake script. The script stores the location of the suppression file in a CMake cache

Re: [CMake] Accessing cache variable from CTest script

2012-08-24 Thread David Cole
On Fri, Aug 24, 2012 at 9:46 AM, Davide Mancusi are...@gmail.com wrote: Hello everyone, I have tried asking this question on stackoverflow [1] without much luck, so here we go: My project links to a third-party library that comes with a valgrind suppression file, as well as a CMake script.

Re: [CMake] Accessing cache variable from CTest script

2012-08-24 Thread David Cole
On Fri, Aug 24, 2012 at 10:42 AM, David Cole david.c...@kitware.com wrote: On Fri, Aug 24, 2012 at 9:46 AM, Davide Mancusi are...@gmail.com wrote: Hello everyone, I have tried asking this question on stackoverflow [1] without much luck, so here we go: My project links to a third-party