mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
cmMakefile: Port users of GetStart* methods to new names.
This commit is contained in:
@@ -47,7 +47,8 @@ std::string cmTargetIncludeDirectoriesCommand
|
||||
{
|
||||
std::string dirs;
|
||||
std::string sep;
|
||||
std::string prefix = this->Makefile->GetStartDirectory() + std::string("/");
|
||||
std::string prefix =
|
||||
this->Makefile->GetCurrentSourceDirectory() + std::string("/");
|
||||
for(std::vector<std::string>::const_iterator it = content.begin();
|
||||
it != content.end(); ++it)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user