Page MenuHomeFreeBSD

CMake 3.10 needs C++11
ClosedPublic

Authored by adridg on Dec 30 2017, 1:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 12:57 PM
Unknown Object (File)
Mon, Sep 29, 11:09 PM
Unknown Object (File)
Mon, Sep 29, 12:20 PM
Unknown Object (File)
Sat, Sep 20, 9:15 PM
Unknown Object (File)
Wed, Sep 17, 5:38 PM
Unknown Object (File)
Sep 10 2025, 10:11 PM
Unknown Object (File)
Sep 10 2025, 4:19 PM
Unknown Object (File)
Sep 8 2025, 2:19 AM
Subscribers

Details

Reviewers
tcberner
rakuco
Summary

Release notes at https://blog.kitware.com/cmake-3-10-0-available-for-download/

  • Support for building CMake itself with C++98 compilers was dropped. CMake is now implemented using C++11.

Use C++11 then. This has no effect on amd64, x86 where clang was already
the base compiler, with C++11 support, but does affect PowerPC and others.

PR 224721

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13946
Build 14142: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 30 2017, 1:34 PM

As antoine pointed out that the exp-run won't do us any good, just go a head.

This was fixed with r457650