<div dir="ltr">Hi All,<div><br></div><div>We have a build hierarchy of projects and generally we import needed projects into higher-level projects with EXLUDE_FROM_ALL so only dependency targets that are needed by the "uber" builds are built. However, if the subdirectory build produces shared libraries, we need those shared libraries to get installed with the uber project files. </div><div><br></div><div>The documentation for EXCLUDE_FROM_ALL says the install behavior is undefined. However, I'm curious if there is a known "should work" workaround we can use, with the caveat we'll have to test things to make sure it works.</div><div><br></div><div>I added all the transitive dependencies to the install rules in the owning package to make progress, but that will be tricky once each part needs to be truly installed by clients separately.</div><div><br></div><div>Note, I'm stuck for now with supporting 3.12.4 as the minimum CMake requirement most likely.</div><div><br></div><div>Thanks!</div></div>