summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-11 15:25:28 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-11 15:30:46 (GMT)
commit8f33de92ba4fc152b0e2b63008732ce0ad4ba18c (patch)
treefa200da421cea0d95b892f83c99e9cdd2a119b36 /Source/cmake.h
parent2fb8e5b1c46ea586233b19e612ba174aa74d004c (diff)
downloadCMake-8f33de92ba4fc152b0e2b63008732ce0ad4ba18c.zip
CMake-8f33de92ba4fc152b0e2b63008732ce0ad4ba18c.tar.gz
CMake-8f33de92ba4fc152b0e2b63008732ce0ad4ba18c.tar.bz2
cmake: Factor out default generator selection into helper
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index ae1a502..865748b 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -500,6 +500,8 @@ private:
// Print a list of valid generators to stderr.
void PrintGeneratorList();
+ void CreateDefaultGlobalGenerator();
+
/**
* Convert a message type between a warning and an error, based on the state
* of the error output CMake variables, in the cache.