Skip to content

Commit

Permalink
Update Windows installer. Remove 32-bit installer
Browse files Browse the repository at this point in the history
Use vcpkg provided pthreads.
  • Loading branch information
ralight committed Apr 21, 2024
1 parent 3c1a8c1 commit 688a5e8
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 416 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ option(WITH_PIC "Build the static library with PIC (Position Independent Code) e
option(WITH_THREADING "Include threading support?" ON)
if(WITH_THREADING)
add_definitions("-DWITH_THREADING")
if(WIN32)
find_package(Pthreads4W REQUIRED)
endif()
endif()

option(WITH_DLT "Include DLT support?" OFF)
Expand Down
33 changes: 0 additions & 33 deletions appveyor.yml

This file was deleted.

102 changes: 0 additions & 102 deletions common/winthread_mosq.c

This file was deleted.

47 changes: 0 additions & 47 deletions common/winthread_mosq.h

This file was deleted.

0 comments on commit 688a5e8

Please sign in to comment.