WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 311018
310541
[CMake] Avoid usage of deprecated SQLite::SQLite3 target
https://bugs.webkit.org/show_bug.cgi?id=310541
Summary
[CMake] Avoid usage of deprecated SQLite::SQLite3 target
Adrian Perez
Reported
2026-03-23 07:24:59 PDT
Using newer CMake versions with -Wdev produces this kind of warnings: 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. The new target name has been available since CMake 4.3, but we depend on CMake 3.20 for now.
Attachments
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2026-03-23 07:25:36 PDT
Documentation link:
https://cmake.org/cmake/help/latest/module/FindSQLite3.html#module:FindSQLite3
Adrian Perez
Comment 2
2026-04-29 05:39:17 PDT
*** This bug has been marked as a duplicate of
bug 311018
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug