Re: [CMake] Disabling INSTALL target for subdirectory

2017-02-16 Thread Milan Ziegler
the documentation needs a few more words here. > > Also, 3rdparty libraries should be tagged like that anyway to be built > only when they are used by the main targets. Yes, this is a good idea. Thanks again, Milan -- Milan Ziegler mi...@fastmail.com On Thu, Feb 16, 20

[CMake] Disabling INSTALL target for subdirectory

2017-02-15 Thread Milan Ziegler
Hi, we are using the CMake install mechanism "install(...)" to copy all relevant files and target binaries of the product into the CMake install prefix folder, for further packaging. So far so good. We are also using several thirdparty libraries, hosting them inside our own repository and