not_a_cxx_feature.cmake 95 B

123456
  1. add_executable(main empty.cpp)
  2. target_compile_features(main
  3. PRIVATE
  4. cxx_not_a_feature
  5. )