summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/not_enough_args.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/target_compile_features/not_enough_args.cmake')
-rw-r--r--Tests/RunCMake/target_compile_features/not_enough_args.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_compile_features/not_enough_args.cmake b/Tests/RunCMake/target_compile_features/not_enough_args.cmake
index 9561230..f5b7198 100644
--- a/Tests/RunCMake/target_compile_features/not_enough_args.cmake
+++ b/Tests/RunCMake/target_compile_features/not_enough_args.cmake
@@ -1,3 +1,4 @@
+enable_language(CXX)
add_executable(main empty.cpp)
target_compile_features(main)