summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/target_compile_features/not_a_c_feature.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/target_compile_features/not_a_c_feature.cmake')
-rw-r--r--Tests/RunCMake/target_compile_features/not_a_c_feature.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_compile_features/not_a_c_feature.cmake b/Tests/RunCMake/target_compile_features/not_a_c_feature.cmake
new file mode 100644
index 0000000000..0420698bc9
--- /dev/null
+++ b/Tests/RunCMake/target_compile_features/not_a_c_feature.cmake
@@ -0,0 +1,6 @@
+
+add_executable(main empty.c)
+target_compile_features(main
+ PRIVATE
+ c_not_a_feature
+)