|
@@ -40,7 +40,6 @@ class cmSearchPath;
|
|
|
class cmFindPackageCommand : public cmFindCommon
|
|
class cmFindPackageCommand : public cmFindCommon
|
|
|
{
|
|
{
|
|
|
public:
|
|
public:
|
|
|
- using cmFindCommon::ComputeIfDebugModeWanted;
|
|
|
|
|
/*! A sorting order strategy to be applied to recovered package folders (see
|
|
/*! A sorting order strategy to be applied to recovered package folders (see
|
|
|
* FIND_PACKAGE_SORT_ORDER)*/
|
|
* FIND_PACKAGE_SORT_ORDER)*/
|
|
|
enum /*class*/ SortOrderType
|
|
enum /*class*/ SortOrderType
|
|
@@ -121,7 +120,6 @@ private:
|
|
|
bool ReadListFile(const std::string& f, PolicyScopeRule psr);
|
|
bool ReadListFile(const std::string& f, PolicyScopeRule psr);
|
|
|
void StoreVersionFound();
|
|
void StoreVersionFound();
|
|
|
|
|
|
|
|
- bool ComputeIfDebugModeWanted(std::string const& var);
|
|
|
|
|
void ComputePrefixes();
|
|
void ComputePrefixes();
|
|
|
void FillPrefixesPackageRoot();
|
|
void FillPrefixesPackageRoot();
|
|
|
void FillPrefixesCMakeEnvironment();
|
|
void FillPrefixesCMakeEnvironment();
|