aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-c-driver/fix-include-directory.patch
blob: 8fdf45334d252810cb04760b16ab36aa930c1036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 (