]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libbson/fix-static-cmake.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libbson / fix-static-cmake.patch
1 diff --git a/src/libbson/build/cmake/libbson-static-1.0-config.cmake.in b/src/libbson/build/cmake/libbson-static-1.0-config.cmake.in
2 index 92933fe..d98ebd3 100644
3 --- a/src/libbson/build/cmake/libbson-static-1.0-config.cmake.in
4 +++ b/src/libbson/build/cmake/libbson-static-1.0-config.cmake.in
5 @@ -36,3 +36,7 @@ foreach (LIB @LIBBSON_LIBRARIES@)
6 endforeach ()
7
8 set (BSON_STATIC_DEFINITIONS BSON_STATIC)
9 +
10 +set (BSON_LIBRARIES ${BSON_STATIC_LIBRARIES})
11 +set (BSON_INCLUDE_DIRS ${BSON_STATIC_INCLUDE_DIRS})
12 +set (BSON_DEFINITIONS BSON_STATIC)
13 \ No newline at end of file