summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/not_a_cxx_feature.cmake
blob: 0207b724de377ab47a2e1ace966601ea1ba02b5e (plain)
1
2
3
4
5
6

add_executable(main empty.cpp)
target_compile_features(main
  PRIVATE
    cxx_not_a_feature
)