diff options
author | Brad King <brad.king@kitware.com> | 2016-10-11 15:25:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-11 15:30:46 (GMT) |
commit | 8f33de92ba4fc152b0e2b63008732ce0ad4ba18c (patch) | |
tree | fa200da421cea0d95b892f83c99e9cdd2a119b36 /Source/cmake.h | |
parent | 2fb8e5b1c46ea586233b19e612ba174aa74d004c (diff) | |
download | CMake-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.h | 2 |
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. |