mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
cmState: Port dependent code to new cmStateDirectory name
This commit is contained in:
@@ -13,7 +13,7 @@ class cmLinkLineComputer
|
||||
{
|
||||
public:
|
||||
cmLinkLineComputer(cmOutputConverter* outputConverter,
|
||||
cmState::Directory stateDir);
|
||||
cmStateDirectory stateDir);
|
||||
virtual ~cmLinkLineComputer();
|
||||
|
||||
void SetUseWatcomQuote(bool useWatcomQuote);
|
||||
@@ -39,7 +39,7 @@ private:
|
||||
std::string ConvertToOutputFormat(std::string const& input);
|
||||
std::string ConvertToOutputForExisting(std::string const& input);
|
||||
|
||||
cmState::Directory StateDir;
|
||||
cmStateDirectory StateDir;
|
||||
cmOutputConverter* OutputConverter;
|
||||
|
||||
bool ForResponse;
|
||||
|
||||
Reference in New Issue
Block a user