Re: [CMake] CTest build/configure not appending

2012-01-23 Thread David Cole
On Mon, Jan 23, 2012 at 12:45 PM, Tim Gallagher wrote: > Hi, > > I have a CTest script that builds many different tests and sets it to APPEND > by doing: > > foreach(TESTCASE ${LESLIE_AVAILABLE_TESTCASES}) >  set(CTEST_CONFIGURE_COMMAND "./setup.py -t ${TESTCASE} > '{${LESLIE_CONFIGURE_DICT_BASE

[CMake] CTest build/configure not appending

2012-01-23 Thread Tim Gallagher
Hi, I have a CTest script that builds many different tests and sets it to APPEND by doing: foreach(TESTCASE ${LESLIE_AVAILABLE_TESTCASES}) set(CTEST_CONFIGURE_COMMAND "./setup.py -t ${TESTCASE} '{${LESLIE_CONFIGURE_DICT_BASE}}'") ctest_configure(BUILD "${CTEST_REPO_DIRECTORY}" APPEND) set