mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 02:19:10 -05:00
Remove warning when no CTestConfig.cmake file exists
Some CTestConfig.cmake files used to set CTEST_PROJECT_NAME only. Since this variable is no longer used, it is more likely that the whole file is no longer provided by projects.
This commit is contained in:
@@ -649,16 +649,6 @@ bool cmCTest::InitializeFromCommand(cmCTestStartCommand* command)
|
||||
command->SetError(m);
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
cmCTestOptionalLog(this, WARNING,
|
||||
"Cannot locate CTest configuration: in BuildDirectory: "
|
||||
<< bld_dir_fname << std::endl,
|
||||
command->ShouldBeQuiet());
|
||||
cmCTestOptionalLog(
|
||||
this, WARNING,
|
||||
"Cannot locate CTest configuration: in SourceDirectory: "
|
||||
<< src_dir_fname << std::endl,
|
||||
command->ShouldBeQuiet());
|
||||
}
|
||||
|
||||
this->SetCTestConfigurationFromCMakeVariable(mf, "NightlyStartTime",
|
||||
|
||||
Reference in New Issue
Block a user