[cmake-developers] GCC5 and C++11 ABI (was: CMake 3.2.0-rc1 now ready for testing)
Brad King
brad.king at kitware.com
Mon Feb 16 13:07:20 EST 2015
On 02/16/2015 12:27 PM, Orion Poplawski wrote:
> We're getting a fair number of test failures on Fedora Rawhide (with gcc
> 5 c++11):
> It builds fine on F22 which also has gcc 5, but not the c++11 ABI, so
> that seems like the likely culprit.
To see if this has anything to do with the way CMake itself is compiled,
please add this to the end of the bootstrap command line:
-- -DCMAKE_C_STANDARD=90 -DCMAKE_CXX_STANDARD=98
Thanks,
-Brad
More information about the cmake-developers
mailing list