Re: [CMake] Excluding targets from install set

2019-09-02 Thread Craig Scott
On Tue, Jul 23, 2019 at 7:04 PM Gordon Koefner wrote: > Hi all! > > We have been migrating our buildsystem to CMake and are trying to use > the `install` command to deploy different parts of the software. > However `make install` also installs artifacts from our dependencies, > internal as well a

[CMake] Excluding targets from install set

2019-07-23 Thread Gordon Koefner
Hi all! We have been migrating our buildsystem to CMake and are trying to use the `install` command to deploy different parts of the software. However `make install` also installs artifacts from our dependencies, internal as well as 3rd party, that are unnecessary/unwanted. Is there a native way