testHarness:
Choosing better names for the optional site and user CTestConfig.cmake files. Adding a comment about the expected locations for those 2 files.
This commit is contained in:
parent
a6bccbe942
commit
3c9b632afb
2 changed files with 16 additions and 4 deletions
|
@ -20,8 +20,14 @@ set(CTEST_DROP_SITE_CDASH TRUE)
|
|||
|
||||
# We can override those variables for local sites so you can use
|
||||
# your own site CDash service
|
||||
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.cmake OPTIONAL)
|
||||
# This optional file will be located here:
|
||||
# $FOAM_SITE_DIR/etc/CTestConfig.site.cmake
|
||||
#
|
||||
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.site.cmake OPTIONAL)
|
||||
|
||||
# We can override those variables from user space so you can use
|
||||
# your own personal CDash service
|
||||
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.cmake OPTIONAL)
|
||||
# This optional file will be located here:
|
||||
# $WM_PROJECT_USER_DIR/etc/CTestConfig.user.cmake
|
||||
#
|
||||
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.user.cmake OPTIONAL)
|
||||
|
|
|
@ -20,8 +20,14 @@ set(CTEST_DROP_SITE_CDASH TRUE)
|
|||
|
||||
# We can override those variables for local sites so you can use
|
||||
# your own site CDash service
|
||||
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.cmake OPTIONAL)
|
||||
# This optional file will be located here:
|
||||
# $FOAM_SITE_DIR/etc/CTestConfig.site.cmake
|
||||
#
|
||||
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.site.cmake OPTIONAL)
|
||||
|
||||
# We can override those variables from user space so you can use
|
||||
# your own personal CDash service
|
||||
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.cmake OPTIONAL)
|
||||
# This optional file will be located here:
|
||||
# $WM_PROJECT_USER_DIR/etc/CTestConfig.user.cmake
|
||||
#
|
||||
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.user.cmake OPTIONAL)
|
||||
|
|
Reference in a new issue