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

Eliminate RECENT_PKGS option #49

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Eliminate RECENT_PKGS option #49

merged 3 commits into from
Nov 30, 2023

Conversation

ffoulkes
Copy link
Collaborator

@ffoulkes ffoulkes commented Nov 20, 2023

  • Replace each of the three RECENT_PKGS conditionals in protobuf.cmake with a component variable.

  • Define the PROTOBUF_ABSL_PROVIDER variable in components.json.

  • Use components.py to update deps.cmake from components.json, canonicalizing deps.cmake and removing the RECENT_PKGS conditional.

  • Remove the definition of RECENT_PKGS from CMakeLists.txt.

@ffoulkes ffoulkes added the cmake Affects CMake build system label Nov 20, 2023
@ffoulkes ffoulkes requested a review from 5abeel November 20, 2023 17:58
@ffoulkes ffoulkes added the minor effort Minimal effort required label Nov 20, 2023
Copy link
Collaborator

@5abeel 5abeel left a comment

Choose a reason for hiding this comment

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

LGTM

- Replace each of the three RECENT_PKGS conditionals in
  protobuf.cmake with a component variable.

- Define the PROTOBUF_ABSL_PROVIDER variable in components.json.

- Update deps.cmake from components.json, eliminating the
  RECENT_PKGS conditional there.

- Remove the definition of RECENT_PKGS from CMakeLists.txt.

Signed-off-by: Derek G Foster <derek.foster@intel.com>
The custom build scripts are an artifact of experiments with newer
versions of gRPC. They are no longer needed.

Signed-off-by: Derek G Foster <derek.foster@intel.com>
Signed-off-by: Derek G Foster <derek.foster@intel.com>
@ffoulkes ffoulkes merged commit 638627e into main Nov 30, 2023
3 checks passed
@ffoulkes ffoulkes deleted the conditionals branch November 30, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Affects CMake build system minor effort Minimal effort required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants