[GRASS-git] [OSGeo/grass] 763b17: CMake: Replace deprecated SQLite::SQLite3 with SQL...
Edouard Choinière
noreply at github.com
Thu Jul 2 12:32:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 763b17e9a558c866b9e79ca39ee557be213d0d8f
https://github.com/OSGeo/grass/commit/763b17e9a558c866b9e79ca39ee557be213d0d8f
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmake/modules/CheckDependentLibraries.cmake
M db/drivers/CMakeLists.txt
M general/CMakeLists.txt
Log Message:
-----------
CMake: Replace deprecated SQLite::SQLite3 with SQLite3::SQLite3 (#7588)
In CMake 4.3+, the `SQLite::SQLite3` is deprecated and throws messages. The docs page https://cmake.org/cmake/help/v4.3/module/FindSQLite3.html suggest using an `add_library()` alias to allow new name to compile on old versions.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list