summaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command/subprojects/cmMod
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/cmake/8 custom command/subprojects/cmMod')
-rw-r--r--test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt b/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
index 8a6ab6769..70ac236d5 100644
--- a/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
+++ b/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
@@ -22,7 +22,7 @@ add_custom_command(
COMMAND mycpy cpyBase.cpp.in cpyBase.cpp.something
COMMAND mycpy cpyBase.cpp.something cpyBase.cpp.IAmRunningOutOfIdeas
COMMAND mycpy cpyBase.cpp.IAmRunningOutOfIdeas cpyBase.cpp
- DEPENDS cpyBase.cpp.am gen
+ DEPENDS cpyBase.cpp.am;gen
)
add_custom_command(
@@ -124,4 +124,4 @@ add_custom_target(args_test_cmd
add_custom_target(macro_name_cmd COMMAND macro_name)
add_dependencies(cmModLib args_test_cmd)
-add_dependencies(args_test_cmd macro_name_cmd)
+add_dependencies(args_test_cmd macro_name_cmd;gen;mycpy)