Skip to content

Features: On SunPro link with language standard compiler flag

Brad King requested to merge brad.king/cmake:sunpro-c++11-link into master

When C++ feature requirements or CXX_STANDARD cause us to compile on SunPro with the -std=c++11 option, link with the option too. This is needed to make the compiler use the matching standard library.

Merge request reports