Hi all!<div><br></div><div>I have a project, which pulls in a bunch of sub-projects, using add_subdirectory.</div><div><br></div><div>The problem is that these projects all create a custom target called uninstall. Obviously, when these projects are pulled together, the uninstall targets clash.</div>
<div>An ideal solution would be to ignore the uninstall targets in the subdirectories, and just pay attention to the one at the root. Is this at all possible?</div><div><br></div><div>Thanks!</div>