mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 23:30:35 -06:00
ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -377,7 +377,7 @@ bool cmCTest::UpdateCTestConfiguration()
|
||||
fileName = m_BinaryDir + "/DartConfiguration.tcl";
|
||||
if ( !cmSystemTools::FileExists(fileName.c_str()) )
|
||||
{
|
||||
fileName = m_BinaryDir + "/CTestConfiguration.tcl";
|
||||
fileName = m_BinaryDir + "/CTestConfiguration.ini";
|
||||
}
|
||||
}
|
||||
if ( !cmSystemTools::FileExists(fileName.c_str()) )
|
||||
|
||||
Reference in New Issue
Block a user