We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2667047 commit e23d62eCopy full SHA for e23d62e
1 file changed
src/sw/driver/frontend/cmake/cmake.cpp
@@ -237,7 +237,9 @@ void CmakeTargetEntryPoint::init() const
237
override_command(name, [](std::vector<std::string> const &, cmExecutionStatus &){return true;});
238
};
239
240
- cm = std::make_unique<cmake>(cmake::RoleProject, cmState::Mode::Project);
+ cm = std::make_unique<cmake>(cmState::Role::Project
241
+ //, cmState::Mode::Project
242
+ );
243
cm->SetHomeDirectory(to_string(normalize_path(rootfn.parent_path())));
244
auto bdir = rootfn.parent_path() / ".sw" / "cmake";
245
cm->SetHomeOutputDirectory(to_string(normalize_path(bdir)));
0 commit comments