mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
ENH: move relative path to parent generator class
This commit is contained in:
@@ -233,7 +233,6 @@ protected:
|
||||
void OutputEcho(std::ostream& fout, const char *msg);
|
||||
|
||||
///! final processing for a path to be put in a makefile
|
||||
std::string ConvertToMakefilePath(const char* p);
|
||||
protected:
|
||||
int m_MakefileVariableSize;
|
||||
std::map<cmStdString, cmStdString> m_MakeVariableMap;
|
||||
@@ -243,12 +242,6 @@ protected:
|
||||
std::string m_MakeSilentFlag;
|
||||
std::string m_ExecutableOutputPath;
|
||||
std::string m_LibraryOutputPath;
|
||||
std::string m_RelativePathToSourceDir;
|
||||
std::string m_RelativePathToBinaryDir;
|
||||
std::string m_CurrentOutputDirectory;
|
||||
std::string m_HomeOutputDirectory;
|
||||
std::string m_HomeDirectory;
|
||||
std::string m_HomeOutputDirectoryNoSlash;
|
||||
bool m_WindowsShell;
|
||||
bool m_PassMakeflags;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user