diff options
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index 31742dd..1051159 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -59,8 +59,9 @@ protected: std::vector<std::string> Names; std::vector<std::string> SearchPaths; std::vector<std::string> SearchPathSuffixes; - - cmStdString CMakePathName; // CMAKE_*_PATH CMAKE_SYSTEM_*_PATH FRAMEWORK|LIBRARY|INCLUDE|PROGRAM + + // CMAKE_*_PATH CMAKE_SYSTEM_*_PATH FRAMEWORK|LIBRARY|INCLUDE|PROGRAM + cmStdString CMakePathName; cmStdString EnvironmentPath; // LIB,INCLUDE bool AlreadyInCache; |