mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
Source: use std::string in place of const char*
This commit is contained in:
committed by
Brad King
parent
feea34e7eb
commit
bbc07e4561
@@ -74,7 +74,7 @@ protected:
|
||||
const std::string& platformMapping = "") override;
|
||||
bool ComputeTargetDepends() override;
|
||||
void WriteProjectDepends(std::ostream& fout, const std::string& name,
|
||||
const char* path,
|
||||
const std::string& path,
|
||||
const cmGeneratorTarget* t) override;
|
||||
|
||||
bool UseFolderProperty() const override;
|
||||
|
||||
Reference in New Issue
Block a user