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(
533533 example-sdam-monitoring TRUE
534534 ${SOURCE_DIR} /examples/example-sdam-monitoring.c)
535535mongoc_add_example(example-client TRUE ${SOURCE_DIR} /examples/example-client.c)
536- mongoc_add_example(example-pool TRUE ${SOURCE_DIR} /examples/example-pool.c)
537536mongoc_add_example(example-command -with-opts TRUE ${SOURCE_DIR} /examples/example-command -with-opts.c)
538537mongoc_add_example(example-scram TRUE ${SOURCE_DIR} /examples/example-scram.c)
539538mongoc_add_example(mongoc-dump TRUE ${SOURCE_DIR} /examples/mongoc-dump.c)
540539mongoc_add_example(mongoc-ping TRUE ${SOURCE_DIR} /examples/mongoc-ping.c)
541540mongoc_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 ()
542544
543545file (COPY ${SOURCE_DIR} /tests/binary DESTINATION ${PROJECT_BINARY_DIR} /tests)
544546file (COPY ${SOURCE_DIR} /tests/json DESTINATION ${PROJECT_BINARY_DIR} /tests)
You can’t perform that action at this time.
0 commit comments