commit | fd4fd9a276126a1b1044d57a064c3b8201a91a33 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Fri Aug 11 13:19:05 2017 -0400 |
committer | Brad King <brad.king@kitware.com> | Wed Aug 16 10:13:38 2017 -0400 |
tree | 4c0868140907e09853e2e65484fcab2beaf1b9cb | |
parent | c47c011c77bfd1bfb8d2060511a2b957ce181c62 [diff] |
Require C++11 to build CMake itself CMake can now compile as C++11 on all supported platforms. Check that std::unique_ptr is available and fail early if missing. This will allow us to use C++11 more broadly in CMake's implementation (previously it was restricted to the serve mode implementation). Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de>