All compiler options can now be set per subproject. See here for details on how the default value is inherited from main project.
This is useful for example when the main project requires C++11 but a subproject requires C++14. The cpp_std
value from subproject's default_options
is now respected.