diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-01 15:13:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-01 15:13:04 (GMT) |
commit | 1b07b740d7322a3b55deac023a8776d9f55f6982 (patch) | |
tree | 4954855eaec4f24c42638d676d9e273a54404fcd /Tests | |
parent | 6e7ba70aadee55601f7b07be6056dd172dc807b7 (diff) | |
download | CMake-1b07b740d7322a3b55deac023a8776d9f55f6982.zip CMake-1b07b740d7322a3b55deac023a8776d9f55f6982.tar.gz CMake-1b07b740d7322a3b55deac023a8776d9f55f6982.tar.bz2 |
ENH: Let us recognize it on the dashboard
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CTestTest/test.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in index 577c94d..3fc859f 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -34,7 +34,7 @@ SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE) # any quotes inside of this string if you use it SET (CTEST_INITIAL_CACHE " SITE:STRING=@SITE@ -BUILDNAME:STRING=@BUILDNAME@ +BUILDNAME:STRING=@BUILDNAME@-KWSys CMAKE_GENERATOR:INTERNAL=@CMAKE_GENERATOR@ CMAKE_CXX_FLAGS:STRING=@CMAKE_CXX_FLAGS@ CMAKE_C_FLAGS:STRING=@CMAKE_C_FLAGS@ |