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)
Wed, Dec 4, 10:37 PM
Unknown Object (File)
Sat, Nov 30, 6:55 PM
Unknown Object (File)
Sat, Nov 30, 6:55 PM
Unknown Object (File)
Sat, Nov 30, 6:32 PM
Unknown Object (File)
Nov 7 2024, 7:13 AM
Unknown Object (File)
Nov 3 2024, 4:47 PM
Unknown Object (File)
Nov 3 2024, 10:22 AM
Unknown Object (File)
Nov 1 2024, 9:11 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