diff options
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index c553dbd..4cbf09e 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -53,6 +53,8 @@ protected: bool AlreadyInCache = false; bool AlreadyInCacheWithoutMetaInfo = false; + bool Required = false; + private: // Add pieces of the search. void FillPackageRootPath(); |