summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-08-13 13:57:23 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2021-08-19 08:49:30 (GMT)
commit5a2a275bb41e04891c2541a8e185b6daed259b0b (patch)
treef925d8384da5c4c9d921a6b47ad648f9b0b1bf78 /Source/cmLocalGenerator.h
parent2984df91002fe3e3db0d38f364e9842024a8ab2e (diff)
downloadCMake-5a2a275bb41e04891c2541a8e185b6daed259b0b.zip
CMake-5a2a275bb41e04891c2541a8e185b6daed259b0b.tar.gz
CMake-5a2a275bb41e04891c2541a8e185b6daed259b0b.tar.bz2
Refactor: reduce cmToCStr usage
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 1e09b23..678ef8c 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -651,7 +651,7 @@ private:
void ComputeObjectMaxPath();
bool AllAppleArchSysrootsAreTheSame(const std::vector<std::string>& archs,
- const char* sysroot);
+ cmProp sysroot);
void CopyPchCompilePdb(const std::string& config, cmGeneratorTarget* target,
const std::string& ReuseFrom,