Remove threads dependency.

Was needed for restclient-cpp.
This commit is contained in:
tastytea 2020-11-21 22:40:51 +01:00
parent 0010fbff7c
commit 438bc360cd
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ include(GNUInstallDirs)
find_package(Boost 1.62 REQUIRED COMPONENTS filesystem log regex)
find_package(PkgConfig REQUIRED)
pkg_check_modules(jsoncpp REQUIRED IMPORTED_TARGET jsoncpp)
find_package(Threads REQUIRED)
find_package(mastodonpp 0.5.6 REQUIRED CONFIG)
add_subdirectory(curl_wrapper)