File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project (hello_bson LANGUAGES C)
28
28
# building libbson.
29
29
# -- sphinx-include-start --
30
30
# Specify the minimum version you require.
31
- find_package (bson 1.7 REQUIRED )
31
+ find_package (bson 2.0 REQUIRED )
32
32
33
33
# The "hello_bson.c" sample program is shared among four tests.
34
34
add_executable (hello_bson ../../hello_bson.c )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project (hello_bson LANGUAGES C)
28
28
# building libbson.
29
29
# -- sphinx-include-start --
30
30
# Specify the minimum version you require.
31
- find_package (bson 1.7 REQUIRED )
31
+ find_package (bson 2.0 REQUIRED )
32
32
33
33
# The "hello_bson.c" sample program is shared among four tests.
34
34
add_executable (hello_bson ../../hello_bson.c )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project (hello_mongoc LANGUAGES C)
28
28
# building libmongoc.
29
29
# -- sphinx-include-start --
30
30
# Specify the minimum version you require.
31
- find_package (mongoc 1.7 REQUIRED )
31
+ find_package (mongoc 2.0 REQUIRED )
32
32
33
33
# The "hello_mongoc.c" sample program is shared among four tests.
34
34
add_executable (hello_mongoc ../../hello_mongoc.c )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project (hello_mongoc LANGUAGES C)
28
28
# building libmongoc.
29
29
# -- sphinx-include-start --
30
30
# Specify the minimum version you require.
31
- find_package (mongoc 1.7 REQUIRED )
31
+ find_package (mongoc 2.0 REQUIRED )
32
32
33
33
# The "hello_mongoc.c" sample program is shared among four tests.
34
34
add_executable (hello_mongoc ../../hello_mongoc.c )
You can’t perform that action at this time.
0 commit comments