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>
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- Help/dev/source.rst 7 additions, 9 deletionsHelp/dev/source.rst
- Help/release/dev/require-c++11.rst 5 additions, 0 deletionsHelp/release/dev/require-c++11.rst
- README.rst 1 addition, 1 deletionREADME.rst
- bootstrap 19 additions, 32 deletionsbootstrap
Loading
Please register or sign in to comment