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 fixes #1243

Merged
merged 3 commits into from Jun 1, 2020
Merged

cmake fixes #1243

merged 3 commits into from Jun 1, 2020

Conversation

vuvova
Copy link
Member

@vuvova vuvova commented May 31, 2020

don't FATAL_ERROR if prerequisites are not found, skip building the plugin instead

and cmake output cleanup:

  1. reduce the number of cmake warnings
  2. remove unused OLD policies
  3. only warn about missing prerequisites once
  4. start cmake output from columnstore version

1. reduce the number of cmake warnings
2. remove unused OLD policies
3. only warn about missing prerequisites once
4. start cmake output from columnstore version
@vuvova vuvova requested a review from pleblanc1976 May 31, 2020 13:10
endif()
endif()
endif()

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see a replacement for this block of code in the new version. Is submodule pulling a manual step in the community server?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, it's done by cmake/submodules.cmake for all submodules, so your separate git submodule update is redundant.

the server has, like, seven (?) submodules now, and after the second submodule we've figured out that if all submodules will need this auto-updating code, we can as well put it in the server and spare submodules some troubles and avoid some copy-pasting

@pleblanc1976 pleblanc1976 merged commit 38ea31a into mariadb-corporation:develop Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants