mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
68c63203e6
* get latest version * libbson 1.17.6 * Updated patches * bson sha * Mongoc upgraded to 1.17.6 * updated sha * Updated mongoc to latest * updated sha * upgraded mongo-cxx * manifest fix * updated sha * PR comments * updated sha * fixed missing dependency. deleted unused patch * sha * PR comments * sha * Use modern cmake helpers for mongo-cxx-driver. * Rebuild version database. Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
14 lines
415 B
Diff
14 lines
415 B
Diff
diff --git a/src/libbson/CMakeLists.txt b/src/libbson/CMakeLists.txt
|
|
index 0197af0..422b051 100644
|
|
--- a/src/libbson/CMakeLists.txt
|
|
+++ b/src/libbson/CMakeLists.txt
|
|
@@ -341,7 +341,7 @@ if (ENABLE_EXAMPLES)
|
|
endif () # ENABLE_EXAMPLES
|
|
|
|
set (BSON_HEADER_INSTALL_DIR
|
|
- "${CMAKE_INSTALL_INCLUDEDIR}/libbson-${BSON_API_VERSION}"
|
|
+ "${CMAKE_INSTALL_INCLUDEDIR}"
|
|
)
|
|
|
|
if (MONGOC_ENABLE_STATIC_INSTALL)
|