File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -533,12 +533,14 @@ mongoc_add_example(
533
533
example-sdam-monitoring TRUE
534
534
${SOURCE_DIR} /examples/example-sdam-monitoring.c)
535
535
mongoc_add_example(example-client TRUE ${SOURCE_DIR} /examples/example-client.c)
536
- mongoc_add_example(example-pool TRUE ${SOURCE_DIR} /examples/example-pool.c)
537
536
mongoc_add_example(example-command -with-opts TRUE ${SOURCE_DIR} /examples/example-command -with-opts.c)
538
537
mongoc_add_example(example-scram TRUE ${SOURCE_DIR} /examples/example-scram.c)
539
538
mongoc_add_example(mongoc-dump TRUE ${SOURCE_DIR} /examples/mongoc-dump.c)
540
539
mongoc_add_example(mongoc-ping TRUE ${SOURCE_DIR} /examples/mongoc-ping.c)
541
540
mongoc_add_example(mongoc-tail TRUE ${SOURCE_DIR} /examples/mongoc-tail.c)
541
+ if (NOT MSVC )
542
+ mongoc_add_example(example-pool TRUE ${SOURCE_DIR} /examples/example-pool.c)
543
+ endif ()
542
544
543
545
file (COPY ${SOURCE_DIR} /tests/binary DESTINATION ${PROJECT_BINARY_DIR} /tests)
544
546
file (COPY ${SOURCE_DIR} /tests/json DESTINATION ${PROJECT_BINARY_DIR} /tests)
You can’t perform that action at this time.
0 commit comments