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

Prevent gtest compiler/link errors on windows #111

Merged
merged 3 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Prevent gtest compiler/link errors on windows

    Substrait-cpp is (i assume) intended to embed into other projects, so other subprojects should adhere to parent projects' settings.
    For GTest on windows, this requires that ... is enabled ([doc](https://github.com/google/googletest/blob/main/googletest/README.md)).
    mortbopet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4087ae3 View commit details
    Browse the repository at this point in the history
  2. format

    mortbopet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6336864 View commit details
    Browse the repository at this point in the history
  3. format

    mortbopet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8a69bbc View commit details
    Browse the repository at this point in the history