]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/poco/fix-feature-sqlite3.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / poco / fix-feature-sqlite3.patch
CommitLineData
1e59de90
TL
1diff --git a/Data/SQLite/cmake/PocoDataSQLiteConfig.cmake b/Data/SQLite/cmake/PocoDataSQLiteConfig.cmake
2index 5478bab..c5d6d6d 100644
3--- a/Data/SQLite/cmake/PocoDataSQLiteConfig.cmake
4+++ b/Data/SQLite/cmake/PocoDataSQLiteConfig.cmake
5@@ -5,7 +5,7 @@ if(@POCO_UNBUNDLED@)
6 if(CMAKE_VERSION VERSION_LESS "3.14")
7 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/V313")
8 endif()
9- find_dependency(SQLite3 REQUIRED)
10+ find_dependency(unofficial-sqlite3 REQUIRED)
11 endif()
12
13 include("${CMAKE_CURRENT_LIST_DIR}/PocoDataSQLiteTargets.cmake")