summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/not_a_cxx_feature.cmake
blob: bc3a8c4f68caf4fb05df8191745bfaba46e4ca2c (plain)
1
2
3
4
5
6
7
enable_language(CXX)

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