summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmAddCustomCommandCommand.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index 114ac22..21df1e9 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -108,33 +108,4 @@ public:
};
-/*
-
-target: normal depends
- pre rules
- normal rules
- post rules
-
-output1: source other depends
- rule
-
-output2: source other dpeends
- rule
-
-
-another option is
-
-output1: depends
- rule
-
-output2: depends
- rule
-
-
-
-use case1 - an executable that depending on args create diff output files
-
-*/
-
-
#endif