Skip to content

Commit efeec30

Browse files
committed
update find_package requested versions for 2.0
1 parent 0307c30 commit efeec30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/libbson/examples/cmake/find_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project (hello_bson LANGUAGES C)
2828
# building libbson.
2929
# -- sphinx-include-start --
3030
# Specify the minimum version you require.
31-
find_package (bson 1.7 REQUIRED)
31+
find_package (bson 2.0 REQUIRED)
3232

3333
# The "hello_bson.c" sample program is shared among four tests.
3434
add_executable (hello_bson ../../hello_bson.c)

src/libbson/examples/cmake/find_package_static/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project (hello_bson LANGUAGES C)
2828
# building libbson.
2929
# -- sphinx-include-start --
3030
# Specify the minimum version you require.
31-
find_package (bson 1.7 REQUIRED)
31+
find_package (bson 2.0 REQUIRED)
3232

3333
# The "hello_bson.c" sample program is shared among four tests.
3434
add_executable (hello_bson ../../hello_bson.c)

src/libmongoc/examples/cmake/find_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project (hello_mongoc LANGUAGES C)
2828
# building libmongoc.
2929
# -- sphinx-include-start --
3030
# Specify the minimum version you require.
31-
find_package (mongoc 1.7 REQUIRED)
31+
find_package (mongoc 2.0 REQUIRED)
3232

3333
# The "hello_mongoc.c" sample program is shared among four tests.
3434
add_executable (hello_mongoc ../../hello_mongoc.c)

src/libmongoc/examples/cmake/find_package_static/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project (hello_mongoc LANGUAGES C)
2828
# building libmongoc.
2929
# -- sphinx-include-start --
3030
# Specify the minimum version you require.
31-
find_package (mongoc 1.7 REQUIRED)
31+
find_package (mongoc 2.0 REQUIRED)
3232

3333
# The "hello_mongoc.c" sample program is shared among four tests.
3434
add_executable (hello_mongoc ../../hello_mongoc.c)

0 commit comments

Comments
 (0)