Skip to content

Commit

Permalink
FIX mongoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Sep 1, 2023
1 parent 7a64a78 commit 48e9e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ SET (BOOST_MT

# See http://mongoc.org/libmongoc/current/tutorial.html#cmake
# This find_package() command provides the mongo::mongoc_static used in
# SET for common static libs. We use 1.24.1 as reference version.
find_package (mongoc-1.0 1.24.1 EXACT)
# SET for common static libs. We use 1.24.3 as reference version.
find_package (mongoc-1.0 1.24.3 EXACT)

# Static libs common to contextBroker and unitTest binaries
SET (COMMON_STATIC_LIBS
Expand Down

0 comments on commit 48e9e99

Please sign in to comment.