summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-16 22:49:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-16 22:49:16 (GMT)
commit0fa30e1a69296ff46e2601c0508bb0cc3a7c9ff8 (patch)
tree8938f344f0296063a5c971df92363fc4fc4ab1f4 /Source/cmFindBase.h
parent88f69f0df99ab4d49506ee51f72dd9b13048079a (diff)
downloadCMake-0fa30e1a69296ff46e2601c0508bb0cc3a7c9ff8.zip
CMake-0fa30e1a69296ff46e2601c0508bb0cc3a7c9ff8.tar.gz
CMake-0fa30e1a69296ff46e2601c0508bb0cc3a7c9ff8.tar.bz2
ENH: clean up find stuff so that NO_SYSTEM_PATH is backwards compatible and you get put system env variables in the find commands
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r--Source/cmFindBase.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h
index 1051159..2410492 100644
--- a/Source/cmFindBase.h
+++ b/Source/cmFindBase.h
@@ -65,10 +65,7 @@ protected:
cmStdString EnvironmentPath; // LIB,INCLUDE
bool AlreadyInCache;
- bool NoSystemPath;
- bool NoCMakeEnvironmentPath;
- bool NoCMakePath;
- bool NoCMakeSystemPath;
+ bool NoDefaultPath;
bool SearchFrameworkFirst;
bool SearchFrameworkOnly;