summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2019-05-20 19:20:10 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2019-05-20 19:20:10 (GMT)
commitc365243a3a282523062b5378898aa4fe6436f8fb (patch)
treebfce746084bf38b6c70c08cd4fe4ad0ba97550eb /Source/cmFindPackageCommand.h
parente025495b8500f9aaf6745571ffdb48a6218e7929 (diff)
downloadCMake-c365243a3a282523062b5378898aa4fe6436f8fb.zip
CMake-c365243a3a282523062b5378898aa4fe6436f8fb.tar.gz
CMake-c365243a3a282523062b5378898aa4fe6436f8fb.tar.bz2
find_package: Factor out module and config find_package methods
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index a11d253..4f6d97c 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -90,6 +90,9 @@ private:
static PathLabel SystemRegistry;
};
+ bool FindPackageUsingModuleMode();
+ bool FindPackageUsingConfigMode();
+
// Add additional search path labels and groups not present in the
// parent class
void AppendSearchPathGroups();