Skip to content

Commit

Permalink
CXX-2220 update libmongoc dependency to 1.19.0 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs authored Oct 5, 2021
1 parent 08b5778 commit 2bc3fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ buildvariants:
tar_options: *linux_tar_options
cmake_flags: *linux_cmake_flags
mongodb_version: *version_latest
mongoc_version: "master" # TODO: CXX-2220 update to 1.18.0 after release.
mongoc_version: "1.19.0"
run_on:
- ubuntu1804-build
tasks:
Expand Down
2 changes: 1 addition & 1 deletion src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ message ("mongocxx version: ${MONGOCXX_VERSION}")
set(MONGOCXX_INLINE_NAMESPACE "v${MONGOCXX_ABI_VERSION}")
set(MONGOCXX_HEADER_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}/mongocxx/${MONGOCXX_INLINE_NAMESPACE}" CACHE INTERNAL "")

set(LIBMONGOC_REQUIRED_VERSION 1.18.0)
set(LIBMONGOC_REQUIRED_VERSION 1.19.0)
set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0)

set(mongocxx_pkg_dep "")
Expand Down

0 comments on commit 2bc3fbc

Please sign in to comment.