Bartlett, Roscoe A wrote:
Bill,

How do you set CTEST_DROP_SITE and CTEST_DROP_LOCATION in the extended Ctest 
script?   I don't see an example of that in the script you point to below.

Thanks,


Usually those are in the projects CTestConfig.cmake file that goes in the root of the source tree. However, I think you can just set them in the script like a regular CMake variable.

set(CTEST_DROP_SITE ...)
set(CTEST_DROP_LOCATION ...)
ctest_configure(...)

-Bill
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to