cmake target_compile_features用于C ++ 11别名声明

时间:2018-09-23 00:00:04

标签: c++ cmake

当我使用cmake编译C ++项目时,会收到以下警告:

warning: alias declarations are a C++11 extension [-Wc++11-extensions]
using Something = float;

我已经读到,建议使用target_compile_features添加编译器功能,而不是直接指定C ++标准。我应该添加什么编译器功能来消除警告?

0 个答案:

没有答案