Actually the use of common.cmake is an old style. All it really did was set CTEST_SOURCE_DIRECTORY and CTEST_BINARY_DIRECTORY (which are full paths to the source and binary trees for your dashboard). In newer scripts I have started setting those directly instead of setting CTEST_SOURCE_NAME and CTEST_BINARY_NAME. Ken