Commit f01e0fe9 authored by David Golden's avatar David Golden
Browse files

CDRIVER-2083 Fix Windows/Unix CMake conditionals

Fixes two cases that were conditional on MSVC and shouldn't have been:

* Uses WIN32 for requiring ws2_32 or not
* Uses UNIX for configuring Threads or not

The latter fix just moves `find_package(Threads)` next to commands
in a later "if UNIX" stanza that uses CMAKE_THREADS_LIBS_INIT.
parent fd190bc0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment