diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-04 12:06:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-04 12:06:30 (GMT) |
commit | c75c2a8e996b9253c5a61bf78964752f8c7fd14a (patch) | |
tree | 4f5018d995d5cebdba4dd610cc86197d1cefdb90 /Tests/CTestTest | |
parent | c20b14de9bab8d8b4f055839be42dddd84762a7e (diff) | |
download | CMake-c75c2a8e996b9253c5a61bf78964752f8c7fd14a.zip CMake-c75c2a8e996b9253c5a61bf78964752f8c7fd14a.tar.gz CMake-c75c2a8e996b9253c5a61bf78964752f8c7fd14a.tar.bz2 |
ENH: Better sorting of results
Diffstat (limited to 'Tests/CTestTest')
-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 894535f..f2cac47 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -36,7 +36,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@-KWSys +BUILDNAME:STRING=KWSys-@BUILDNAME@ CMAKE_GENERATOR:INTERNAL=@CMAKE_GENERATOR@ CMAKE_CXX_FLAGS:STRING=@CMAKE_CXX_FLAGS@ CMAKE_C_FLAGS:STRING=@CMAKE_C_FLAGS@ |