<div dir="ltr"><div>If I enable C++11 for some target via</div><div><div>set_target_properties( SomeTarget PROPERTIES CXX_STANDARD 11 )</div><div>set_target_properties( SomeTarget PROPERTIES CXX_STANDARD_REQUIRED ON )</div></div><div>with GCC, the code will then compile with -std=gnu++11. Compiling with -std=gnu++11 enables C++11 *and* the GNU extensions. Is there an option that will result in -std=c++11 in lieu of -std=gnu++11, to build without the the GNU extensions?</div><div><br></div><div>Thank you!</div></div>