summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-22 14:28:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-22 14:28:59 (GMT)
commitc024e44abea66e37fefe358659d70d8811dd73c8 (patch)
treeb1518275fd646b36e2ceebcc9f504d8d9c158096 /Source/cmFindPackageCommand.h
parentaefd424b6b2f5b630f9a511cfadd6b07228656c1 (diff)
parent26a99da206526efb203d0e448d7e095a07bec2fd (diff)
downloadCMake-c024e44abea66e37fefe358659d70d8811dd73c8.zip
CMake-c024e44abea66e37fefe358659d70d8811dd73c8.tar.gz
CMake-c024e44abea66e37fefe358659d70d8811dd73c8.tar.bz2
Merge topic 'find-package-prefer-config'
26a99da206 find_package: Add option to prefer Config mode c365243a3a find_package: Factor out module and config find_package methods Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ruslan Baratov <ruslan_baratov@yahoo.com> Merge-request: !3339
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();