summaryrefslogtreecommitdiff
path: root/Source/cmFindBase.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-03-24 14:16:31 -0500
committerBrad King <brad.king@kitware.com>2006-03-24 14:16:31 -0500
commit3731dff1279df560557a6c6dc47bd89e1901e81e (patch)
treeb1a3f626836a650c964807dc115f0b2888f177e6 /Source/cmFindBase.h
parenta59dd5d4c388c33d459c2a87ffe75d4e3242ff41 (diff)
downloadcmake-3731dff1279df560557a6c6dc47bd89e1901e81e.tar.gz
ENH: Added NO_CMAKE_ENVIRONMENT_PATH, NO_CMAKE_PATH, NO_SYSTEM_ENVIRONMENT_PATH, and NO_CMAKE_SYSTEM_PATH options back to allow more granularity than NO_DEFAULT_PATH.
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r--Source/cmFindBase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h
index 2410492d36..7e8d05cff1 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;