mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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>
6 lines
139 B
ReStructuredText
6 lines
139 B
ReStructuredText
require-c++11
|
|
-------------
|
|
|
|
* Support for building CMake itself with C++98 compilers was dropped.
|
|
CMake is now implemented using C++11.
|