|
@@ -70,7 +70,7 @@ unsigned int GetParallelCPUCount()
|
|
|
return count;
|
|
return count;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-std::string FileProjectRelativePath(cmMakefile* makefile,
|
|
|
|
|
|
|
+std::string FileProjectRelativePath(cmMakefile const* makefile,
|
|
|
std::string const& fileName)
|
|
std::string const& fileName)
|
|
|
{
|
|
{
|
|
|
std::string res;
|
|
std::string res;
|