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

Don't fetch GTest if it's found by CMake #539

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

trxcllnt
Copy link
Contributor

The CMake variable is GTest_FOUND not GTEST_FOUND.

The CMake variable is `GTest_FOUND` not `GTEST_FOUND`.
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (70a3c6d) 84.44% compared to head (484254e) 84.21%.

Additional details and impacted files
@@             Coverage Diff              @@
##           mainline     #539      +/-   ##
============================================
- Coverage     84.44%   84.21%   -0.24%     
============================================
  Files            70       70              
  Lines          6063     6063              
  Branches        510      510              
============================================
- Hits           5120     5106      -14     
- Misses          943      957      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hcho3
Copy link
Collaborator

hcho3 commented Jan 11, 2024

Thanks! I will make sure to backport this patch to the upcoming 4.0 release.

@hcho3 hcho3 merged commit 5ef4972 into dmlc:mainline Jan 11, 2024
17 of 18 checks passed
hcho3 pushed a commit to hcho3/treelite that referenced this pull request Jan 11, 2024
The CMake variable is `GTest_FOUND` not `GTEST_FOUND`.
hcho3 added a commit that referenced this pull request Jan 13, 2024
The CMake variable is `GTest_FOUND` not `GTEST_FOUND`.

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
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.

None yet

2 participants