diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-01 20:45:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-01 20:45:26 (GMT) |
commit | 6cd36d16e518822fd95e7d044cfe265bddf3bb07 (patch) | |
tree | 7bcc76ef5b5d264a11f833e2da86dcf9e0635058 /Modules/Dart.cmake | |
parent | 7acfc4dc3cd8c5865ff55ed94e210776cff6876b (diff) | |
download | CMake-6cd36d16e518822fd95e7d044cfe265bddf3bb07.zip CMake-6cd36d16e518822fd95e7d044cfe265bddf3bb07.tar.gz CMake-6cd36d16e518822fd95e7d044cfe265bddf3bb07.tar.bz2 |
ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r-- | Modules/Dart.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index d3d788a..320e4eb 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -304,7 +304,7 @@ IF(BUILD_TESTING) # configure files CONFIGURE_FILE( ${CMAKE_ROOT}/Modules/DartConfiguration.tcl.in - ${PROJECT_BINARY_DIR}/DartConfiguration.tcl ) + ${PROJECT_BINARY_DIR}/CTestConfiguration.ini ) # # Section 3: |