[cmake] Add SKIP_TOOLS option #2958

Merged
jaimeMF merged 2 commits from allow_skipping_tools into master 2022-07-21 20:35:23 +00:00

2 commits

Author SHA1 Message Date
Jaime Marquínez Ferrándiz
f34f28a490 [cmake] Remove repeated check
Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
2022-07-13 23:51:12 +02:00
Jaime Marquínez Ferrándiz
595a9cd359 [cmake] Add SKIP_TOOLS option
If you are only interested in building and installing the desktop app, calling
make install would build all the tools, when configured with SKIP_TOOLS=ON it
only builds the required target.

Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
2022-07-13 21:16:20 +02:00