mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini
This commit is contained in:
+1
-1
@@ -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