early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/mongo-c-driver/fix-include-directory.patch
vendored
Executable file
13
externals/vcpkg/ports/mongo-c-driver/fix-include-directory.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/libmongoc/CMakeLists.txt b/src/libmongoc/CMakeLists.txt
|
||||
index a5767ac..3656efa 100644
|
||||
--- a/src/libmongoc/CMakeLists.txt
|
||||
+++ b/src/libmongoc/CMakeLists.txt
|
||||
@@ -998,7 +998,7 @@ else ()
|
||||
endif ()
|
||||
|
||||
set (MONGOC_HEADER_INSTALL_DIR
|
||||
- "${CMAKE_INSTALL_INCLUDEDIR}/libmongoc-${MONGOC_API_VERSION}"
|
||||
+ "${CMAKE_INSTALL_INCLUDEDIR}"
|
||||
)
|
||||
|
||||
install (
|
Reference in New Issue
Block a user