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)
Tue, May 6, 12:25 PM
Unknown Object (File)
Mon, Apr 28, 5:02 AM
Unknown Object (File)
Mar 24 2025, 5:42 PM
Unknown Object (File)
Feb 27 2025, 2:25 AM
Unknown Object (File)
Feb 25 2025, 1:28 AM
Unknown Object (File)
Feb 24 2025, 6:26 PM
Unknown Object (File)
Feb 23 2025, 4:46 PM
Unknown Object (File)
Dec 30 2024, 4:08 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