Bug 311018
| Summary: | [CMake] Deprecation warnings about SQLite::SQLite3 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | CMake | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aperez |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
In a f44 container:
CMake Warning (dev) at Source/cmake/WebKitMacros.cmake:149 (target_link_libraries):
The library that is being linked to, SQLite::SQLite3, is marked as being
deprecated by the owner. The message provided by the developer is:
The target name SQLite::SQLite3 is deprecated. Please use SQLite3::SQLite3
instead.
Call Stack (most recent call first):
Source/cmake/WebKitMacros.cmake:185 (_WEBKIT_TARGET_SETUP)
Source/cmake/WebKitMacros.cmake:356 (_WEBKIT_TARGET)
Source/WebCore/CMakeLists.txt:3106 (WEBKIT_FRAMEWORK)
This warning is for project developers. Use -Wno-dev to suppress it.
repeated like 10 times.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/61613
EWS
Committed 310205@main (83a0ed064cfb): <https://commits.webkit.org/310205@main>
Reviewed commits have been landed. Closing PR #61613 and removing active labels.
Adrian Perez
*** Bug 310541 has been marked as a duplicate of this bug. ***