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, Nov 7, 7:13 AM
Unknown Object (File)
Sun, Nov 3, 4:47 PM
Unknown Object (File)
Sun, Nov 3, 10:22 AM
Unknown Object (File)
Fri, Nov 1, 9:11 PM
Unknown Object (File)
Wed, Oct 16, 1:54 PM
Unknown Object (File)
Oct 2 2024, 11:24 PM
Unknown Object (File)
Sep 6 2024, 5:36 AM
Unknown Object (File)
Aug 26 2024, 9:58 PM
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