mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
26577fd0ad
* [libbson/mongo-c-driver] Update to 1.16.1 * [libbson] Refix static build * [mongo-c-driver] Re-fix dependency libbson and dynamic build * [mongo-c-driver] Fix generate cmake file * [mongo-cxx-driver] Fix find libbson * [mongo-c-driver] Fix generate cmake file when building static * [mongo-cxx-driver] Fix dependency mongo-c-driver * update version info * [mongo-c-driver] Update patch * [mongo-c-driver] Re-generate patch. * [mongo-c-driver] Re-generate patch
14 lines
571 B
Diff
14 lines
571 B
Diff
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
|
|
index 92933fe..d98ebd3 100644
|
|
--- a/src/libbson/build/cmake/libbson-static-1.0-config.cmake.in
|
|
+++ b/src/libbson/build/cmake/libbson-static-1.0-config.cmake.in
|
|
@@ -36,3 +36,7 @@ foreach (LIB @LIBBSON_LIBRARIES@)
|
|
endforeach ()
|
|
|
|
set (BSON_STATIC_DEFINITIONS BSON_STATIC)
|
|
+
|
|
+set (BSON_LIBRARIES ${BSON_STATIC_LIBRARIES})
|
|
+set (BSON_INCLUDE_DIRS ${BSON_STATIC_INCLUDE_DIRS})
|
|
+set (BSON_DEFINITIONS BSON_STATIC)
|
|
\ No newline at end of file
|