| Summary: | Fix TestWTFLibrary dependency on gtest | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/18145 Committed 268406@main (4cfc121efdfa): <https://commits.webkit.org/268406@main> Reviewed commits have been landed. Closing PR #18145 and removing active labels. |
Fix TestWebKitAPI dependency on gtest. I saw this error when precompiling TestWebKitAPIPrefix.h: In file included from Tools/TestWebKitAPI/TestWebKitAPIPrefix.h:51: WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: fatal error: 'gtest/internal/gtest-internal.h' file not found #include "gtest/internal/gtest-internal.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: note: did not find header 'internal/gtest-internal.h' in framework 'gtest' (loaded from 'WebKitBuild/Release') 1 error generated.