From 31eb41ec2fd2c7ed06406fb4e5ea87af5010d4e5 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 16 Feb 2020 20:52:58 +0100 Subject: cmake: traceparser better handle lists --- test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test cases/cmake/8 custom command/subprojects/cmMod') 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) -- cgit v1.2.3