]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/sqlitecpp/fix_dependency.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / sqlitecpp / fix_dependency.patch
1 diff --git a/cmake/SQLiteCppConfig.cmake.in b/cmake/SQLiteCppConfig.cmake.in
2 index 568922f..01196db 100644
3 --- a/cmake/SQLiteCppConfig.cmake.in
4 +++ b/cmake/SQLiteCppConfig.cmake.in
5 @@ -1,5 +1,5 @@
6 include(CMakeFindDependencyMacro)
7 -find_dependency(SQLite3 REQUIRED)
8 +find_dependency(unofficial-sqlite3 REQUIRED)
9 if(@UNIX@)
10 set(THREADS_PREFER_PTHREAD_FLAG @THREADS_PREFER_PTHREAD_FLAG@)
11 find_dependency(Threads REQUIRED)