mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
BUG: fix for bootstrap problem
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
const std::vector<std::string>& commands);
|
||||
|
||||
// write the main variables used by the makefiles
|
||||
void WriteMakeVariables(std::ostream& makefileStream);
|
||||
void WriteMakeVariables(std::ostream& makefileStream, RelativeRoot root);
|
||||
|
||||
// write a comment line #====... in the stream
|
||||
void WriteDivider(std::ostream& os);
|
||||
|
||||
Reference in New Issue
Block a user