mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmake: initialize with Role that controls which commands to register
This commit is contained in:
@@ -275,7 +275,7 @@ void cmCTestScriptHandler::CreateCMake()
|
||||
delete this->GlobalGenerator;
|
||||
delete this->Makefile;
|
||||
}
|
||||
this->CMake = new cmake;
|
||||
this->CMake = new cmake(cmake::RoleScript);
|
||||
this->CMake->SetHomeDirectory("");
|
||||
this->CMake->SetHomeOutputDirectory("");
|
||||
this->CMake->GetCurrentSnapshot().SetDefaultDefinitions();
|
||||
|
||||
Reference in New Issue
Block a user