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

find_package(GTest REQUIRED CONFIG) fails on cmake 3.21.4 #586

Open
shamefulCake1 opened this issue Mar 6, 2024 · 0 comments
Open

find_package(GTest REQUIRED CONFIG) fails on cmake 3.21.4 #586

shamefulCake1 opened this issue Mar 6, 2024 · 0 comments

Comments

@shamefulCake1
Copy link

GTest support is usually provided by cmake itself by the means of FindGTest.cmake, rather than by gtest using GTestConfig.cmake.

So I am not entirely sure why that like in ospTestSuite is using the CONFIG mode.

Patching CONFIG out just works, but maybe this should be the default?

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

No branches or pull requests

1 participant