|
|
@@ -102,6 +102,9 @@ public:
|
|
|
};
|
|
|
static FortranPreprocess GetFortranPreprocess(cm::string_view value);
|
|
|
|
|
|
+protected:
|
|
|
+ cmStateSnapshot StateSnapshot;
|
|
|
+
|
|
|
private:
|
|
|
cmState* GetState() const;
|
|
|
|
|
|
@@ -111,7 +114,5 @@ private:
|
|
|
static bool Shell_ArgumentNeedsQuotes(cm::string_view in, int flags);
|
|
|
static std::string Shell_GetArgument(cm::string_view in, int flags);
|
|
|
|
|
|
- cmStateSnapshot StateSnapshot;
|
|
|
-
|
|
|
bool LinkScriptShell;
|
|
|
};
|