Skip to content

fix: unify GTest to vcpkg across all platforms#1194

Merged
rwalworth merged 1 commit intohiero-ledger:mainfrom
gangulysiddhartha22-cmyk:fix/1184-gtest-vcpkg-cleanup
Feb 25, 2026
Merged

fix: unify GTest to vcpkg across all platforms#1194
rwalworth merged 1 commit intohiero-ledger:mainfrom
gangulysiddhartha22-cmyk:fix/1184-gtest-vcpkg-cleanup

Conversation

@gangulysiddhartha22-cmyk
Copy link
Copy Markdown
Contributor

Description:
Makes Google Test (GTest) consistent across all platforms

Related issue(s):

Fixes #1184

Notes for reviewer:
CI will automatically verify

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@github-actions github-actions bot added the status: needs review The pull request is ready for maintainer review label Feb 25, 2026
@gangulysiddhartha22-cmyk
Copy link
Copy Markdown
Contributor Author

@rwalworth @exploreriii Ready for review!

Copy link
Copy Markdown
Contributor

@rwalworth rwalworth left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @gangulysiddhartha22-cmyk! The changes correctly unify GTest to vcpkg across all platforms and clean up the redundant find_package / include calls in the child CMakeLists files. I'm going to run the workflows now and assuming they pass, I will get this merged!

Congratulations on your first contribution to the Hiero C++ SDK! 🎉 Thank you for taking the time to contribute!

Signed-off-by: Siddhartha Ganguly <gangulysiddhartha22@gmail.com>
@rwalworth rwalworth merged commit 227fdec into hiero-ledger:main Feb 25, 2026
11 checks passed
@rwalworth rwalworth removed the status: needs review The pull request is ready for maintainer review label Feb 25, 2026
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.

[Beginner]: Clean up GTest includes and conform all builds to use vcpkg installation

2 participants