D24841: Use modern way to set the C/CXX standard
Christophe Giboudeaux
noreply at phabricator.kde.org
Wed Oct 23 10:01:15 BST 2019
cgiboudeaux added a comment.
I'm seeing build failures in several repositories seemingly caused by 6e3c794 <https://phabricator.kde.org/R240:6e3c794e7c637141613cc180d631c9eed319a72d> (eg akonadi, kasync)
Building with clang9, before:
`-std=c++0x -std=gnu++14` are set
After:
`-std=gnu++11`
and the build fails with c++14 features such as `make_unique`
REPOSITORY
R240 Extra CMake Modules
REVISION DETAIL
https://phabricator.kde.org/D24841
To: vonreth, dfaure, cullmann
Cc: cgiboudeaux, aacid, chehrlic, kde-frameworks-devel, kde-buildsystem, LeGast00n, GB_2, bencreasy, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191023/d0648ff3/attachment.html>
More information about the Kde-frameworks-devel
mailing list