Re: Single source with multiple interdependent cmake packages

2024-12-27 Thread Enrico Zini
On Fri, Dec 20, 2024 at 08:30:00PM +0100, Jochen Sprickerhof wrote: > I had a similar problem with the ros- packages and solved it with a top > level CMakeLists.txt doing add_subdirectory() for every project. Here is an > example: > https://sources.debian.org/src/ros-image-transport-plugins/1.15.0

Re: Single source with multiple interdependent cmake packages

2024-12-22 Thread Helmut Grohne
Hi Enrico, On Fri, Dec 20, 2024 at 07:29:28PM +0100, Enrico Zini wrote: > Hello, > > I'm trying to make a Debian package out of > https://gitlab.eumetsat.int/open-source/data-tailor-plugins/fcidecomp > > I managed to build it this way: > > $ cd src/fcidecomp > > $ # Build and install fcicomp-j

Re: Single source with multiple interdependent cmake packages

2024-12-20 Thread Jochen Sprickerhof
Hi Enrico, * Enrico Zini [2024-12-20 19:29]: * Is there a way to tell cmake to build the two things together, or to point at the build dir of the first one to build the second one, without installing it first? I had a similar problem with the ros- packages and solved it with a top level

Single source with multiple interdependent cmake packages

2024-12-20 Thread Enrico Zini
Hello, I'm trying to make a Debian package out of https://gitlab.eumetsat.int/open-source/data-tailor-plugins/fcidecomp I managed to build it this way: $ cd src/fcidecomp $ # Build and install fcicomp-jpegls first $ rm -r build/fcicomp-jpegls/ $ gen/build.sh fcicomp-jpegls/ release $ # fcicom