Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Add SKIP_TOOLS option #2958

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

jaimeMF
Copy link
Contributor

@jaimeMF jaimeMF commented Jul 13, 2022

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

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>
CMakeLists.txt Outdated Show resolved Hide resolved
Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
Copy link
Member

@biodranik biodranik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check it? Does it work with and without the flag?

@jaimeMF
Copy link
Contributor Author

jaimeMF commented Jul 13, 2022

Did you check it? Does it work with and without the flag?

Yes. The tools subdirectories are only skipped when it is explicitly configured with -DSKIP_TOOLS=ON.

@biodranik biodranik merged commit 62f729d into organicmaps:master Jul 21, 2022
@jaimeMF jaimeMF deleted the allow_skipping_tools branch July 23, 2022 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants