diff options
author | Brad King <brad.king@kitware.com> | 2006-07-18 19:21:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-07-18 19:21:26 (GMT) |
commit | ec637248da517e9e1f60775f95a6d8974f6c5071 (patch) | |
tree | b4a90053f3b3690330d51af417bc6efe00fe0719 /Source/cmFindBase.h | |
parent | 48571e9d802c137470711fa39477e1c439a93d72 (diff) | |
download | CMake-ec637248da517e9e1f60775f95a6d8974f6c5071.zip CMake-ec637248da517e9e1f60775f95a6d8974f6c5071.tar.gz CMake-ec637248da517e9e1f60775f95a6d8974f6c5071.tar.bz2 |
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
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; |