<div dir="ltr">Hi,<div><br></div><div>I have a project which uses git submodules to manage it's dependencies. Right now we want to add a installer to it, problem we have is that some of the dependencies have their own "install" directives. Is there a way to ignore a project install command?</div><div><br></div><div>Long version case it is unclear:</div><div><br></div><div>main project</div><div>   submodule - has a install directive<br>   myCode - actual code, links statically to submodule above<br><br></div><div>I would like to only issue the install of myCode. is there a way to tell cmake or cpack to ignore "submodule" install directives?</div><div><br></div><div>Tiago</div></div>