cmake/Tests/RunCMake/target_compile_features/not_a_cxx_feature.cmake

7 lines
95 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
add_executable(main empty.cpp)
target_compile_features(main
PRIVATE
cxx_not_a_feature
)