removed redundent build dependency on Windows

This commit is contained in:
loki 2021-06-14 21:09:11 +02:00
commit 56bb4ca865
3 changed files with 8 additions and 3 deletions

View file

@ -14,7 +14,6 @@ if(WIN32)
QOS_NON_ADAPTIVE_FLOW=2)
endif()
add_subdirectory(third-party/moonlight-common-c/enet)
add_subdirectory(third-party/cbs)
find_package(Threads REQUIRED)
find_package(OpenSSL REQUIRED)
@ -137,6 +136,8 @@ else()
configure_file(sunshine.service.in sunshine.service @ONLY)
endif()
add_subdirectory(third-party/cbs)
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost COMPONENTS log filesystem REQUIRED)