标签: c++ cmake
当我使用cmake编译C ++项目时,会收到以下警告:
warning: alias declarations are a C++11 extension [-Wc++11-extensions] using Something = float;
我已经读到,建议使用target_compile_features添加编译器功能,而不是直接指定C ++标准。我应该添加什么编译器功能来消除警告?
target_compile_features