检查CMake是否支持std :: make_unique target_compile_feature

时间:2020-06-09 11:37:03

标签: c++ cmake

是否可以通过CMake std::make_unique确保支持target_compile_feature

类似的东西:

target_compile_feature (target_name
    cxx_make_unique # won't work.
)

0 个答案:

没有答案