ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini
This commit is contained in:
parent
7acfc4dc3c
commit
6cd36d16e5
|
@ -304,7 +304,7 @@ IF(BUILD_TESTING)
|
||||||
# configure files
|
# configure files
|
||||||
CONFIGURE_FILE(
|
CONFIGURE_FILE(
|
||||||
${CMAKE_ROOT}/Modules/DartConfiguration.tcl.in
|
${CMAKE_ROOT}/Modules/DartConfiguration.tcl.in
|
||||||
${PROJECT_BINARY_DIR}/DartConfiguration.tcl )
|
${PROJECT_BINARY_DIR}/CTestConfiguration.ini )
|
||||||
|
|
||||||
#
|
#
|
||||||
# Section 3:
|
# Section 3:
|
||||||
|
|
|
@ -377,7 +377,7 @@ bool cmCTest::UpdateCTestConfiguration()
|
||||||
fileName = m_BinaryDir + "/DartConfiguration.tcl";
|
fileName = m_BinaryDir + "/DartConfiguration.tcl";
|
||||||
if ( !cmSystemTools::FileExists(fileName.c_str()) )
|
if ( !cmSystemTools::FileExists(fileName.c_str()) )
|
||||||
{
|
{
|
||||||
fileName = m_BinaryDir + "/CTestConfiguration.tcl";
|
fileName = m_BinaryDir + "/CTestConfiguration.ini";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( !cmSystemTools::FileExists(fileName.c_str()) )
|
if ( !cmSystemTools::FileExists(fileName.c_str()) )
|
||||||
|
|
Loading…
Reference in New Issue