summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_custom_target/CommandExpandsEmpty.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/add_custom_target/CommandExpandsEmpty.cmake')
-rw-r--r--Tests/RunCMake/add_custom_target/CommandExpandsEmpty.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_target/CommandExpandsEmpty.cmake b/Tests/RunCMake/add_custom_target/CommandExpandsEmpty.cmake
new file mode 100644
index 000000000..bc899a4d2
--- /dev/null
+++ b/Tests/RunCMake/add_custom_target/CommandExpandsEmpty.cmake
@@ -0,0 +1 @@
+add_custom_target(EmptyCustom COMMAND "" COMMAND_EXPAND_LISTS)