Re: [CMake] cmake --graphviz not dumping custom target in the graph

2017-03-29 Thread Eric Noulard
I did not try that. It appears that none of my custom target do belong to ALL. I'll try right away and let you know. 2017-03-29 14:30 GMT+02:00 Craig Scott : > Does the behavior change if your custom target is part of the ALL target > or not? > > On Wed, Mar 29, 2017 at

Re: [CMake] cmake --graphviz not dumping custom target in the graph

2017-03-29 Thread Craig Scott
Does the behavior change if your custom target is part of the ALL target or not? On Wed, Mar 29, 2017 at 10:37 PM, Eric Noulard wrote: > Hi all, > > It appears that cmake --graphviz command line option does not dump custom > target > in the generated dot graph but

[CMake] cmake --graphviz not dumping custom target in the graph

2017-03-29 Thread Eric Noulard
Hi all, It appears that cmake --graphviz command line option does not dump custom target in the generated dot graph but "only" target appearing in add_executable or add_library (plain or IMPORTED). Is there any fundamental reason for that ? I'd like to see ALL target (including custom) in my