early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/mongo-cxx-driver/fix-dependencies.patch
vendored
Executable file
11
externals/vcpkg/ports/mongo-cxx-driver/fix-dependencies.patch
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
diff --git a/src/bsoncxx/cmake/bsoncxx-config.cmake.in b/src/bsoncxx/cmake/bsoncxx-config.cmake.in
|
||||
index 768f3dde6..6dc7f064b 100644
|
||||
--- a/src/bsoncxx/cmake/bsoncxx-config.cmake.in
|
||||
+++ b/src/bsoncxx/cmake/bsoncxx-config.cmake.in
|
||||
@@ -1,3 +1,6 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
@BSONCXX_PKG_DEP@
|
||||
+if("@Boost_FOUND@")
|
||||
+ find_dependency(Boost 1.56.0 REQUIRED)
|
||||
+endif()
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/bsoncxx_targets.cmake")
|
Reference in New Issue
Block a user