Page MenuHomeFreeBSD

CMake 3.10 needs C++11
ClosedPublic

Authored by adridg on Dec 30 2017, 1:23 PM.
Tags
None
Referenced Files
F120437568: D13694.diff
Tue, Jun 17, 11:26 PM
Unknown Object (File)
Sat, Jun 14, 10:37 AM
Unknown Object (File)
Wed, May 28, 8:46 AM
Unknown Object (File)
Thu, May 22, 12:27 PM
Unknown Object (File)
May 6 2025, 12:25 PM
Unknown Object (File)
Apr 28 2025, 5:02 AM
Unknown Object (File)
Mar 24 2025, 5:42 PM
Unknown Object (File)
Feb 27 2025, 2:25 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