Re: [CMake] Set --build-config in a ctest script?

2011-03-03 Thread David Cole
In CMake 2.8.2 and later, you can: set(CTEST_CONFIGURATION_TYPE "Release") # or Debug in the ctest -S script. That will influence both the ctest_build and ctest_test commands. HTH, David On Thu, Mar 3, 2011 at 2:09 PM, Macumber, Daniel wrote: > Is it possible to set the build config in a

[CMake] Set --build-config in a ctest script?

2011-03-03 Thread Macumber, Daniel
Is it possible to set the build config in a ctest script rather than pass it in on the command line? I haven't found a list of ctest variables in the documentation like there is for cmake. Thanks a lot, Dan ___ Powered by www.kitware.com Visit other