diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-24 15:19:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-24 15:19:42 (GMT) |
commit | ecf914e6975b75166df2a0f36744221fe3b80899 (patch) | |
tree | fed23def8dcd0943d806ffe158d32e145f26e3bb /Source/cmFindBase.h | |
parent | 3776cfa0eb5bd7e6d6863b2e342aadc7739bf90f (diff) | |
download | CMake-ecf914e6975b75166df2a0f36744221fe3b80899.zip CMake-ecf914e6975b75166df2a0f36744221fe3b80899.tar.gz CMake-ecf914e6975b75166df2a0f36744221fe3b80899.tar.bz2 |
ENH: move changes from main tree to release branch
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index 60c8853..e7084a4 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -67,6 +67,7 @@ protected: cmStdString EnvironmentPath; // LIB,INCLUDE bool AlreadyInCache; + bool AlreadyInCacheWithoutMetaInfo; bool NoDefaultPath; bool NoCMakePath; bool NoCMakeEnvironmentPath; |