diff options
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index 2410492..7e8d05c 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -66,6 +66,10 @@ protected: bool AlreadyInCache; bool NoDefaultPath; + bool NoCMakePath; + bool NoCMakeEnvironmentPath; + bool NoSystemEnvironmentPath; + bool NoCMakeSystemPath; bool SearchFrameworkFirst; bool SearchFrameworkOnly; |