diff options
author | vvs31415 <vvs31415@users.noreply.github.com> | 2020-11-02 14:00:00 (GMT) |
---|---|---|
committer | vvs31415 <vvs31415@users.noreply.github.com> | 2020-11-02 18:07:46 (GMT) |
commit | f808f27919fe4392f2bb6e0e85b679f330312e2b (patch) | |
tree | c3d07580a50779f018926d9c41e8e7b8797e8e36 /Source/cmLocalGenerator.h | |
parent | 91e826fd75890f848c2316f8832f83238dbee59c (diff) | |
download | CMake-f808f27919fe4392f2bb6e0e85b679f330312e2b.zip CMake-f808f27919fe4392f2bb6e0e85b679f330312e2b.tar.gz CMake-f808f27919fe4392f2bb6e0e85b679f330312e2b.tar.bz2 |
cmLocalGenerator::GetRuleLauncher: return cmProp
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index b8bd3bc..30371c5 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -519,8 +519,7 @@ public: void CreateEvaluationFileOutputs(const std::string& config); void ProcessEvaluationFiles(std::vector<std::string>& generatedFiles); - const char* GetRuleLauncher(cmGeneratorTarget* target, - const std::string& prop); + cmProp GetRuleLauncher(cmGeneratorTarget* target, const std::string& prop); protected: //! put all the libraries for a target on into the given stream |