Fix compilation on ubuntu 20.04

This commit is contained in:
loki-47-6F-64 2021-09-25 22:31:39 +02:00
parent fcb84132f4
commit c5a356f3e7

View File

@ -27,7 +27,7 @@ find_package(OpenSSL REQUIRED)
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost COMPONENTS log filesystem REQUIRED)
list(APPEND SUNSHINE_COMPILE_OPTIONS -fPIC -Wall -Wno-missing-braces -Wno-maybe-uninitialized -Wno-sign-compare)
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wall -Wno-missing-braces -Wno-maybe-uninitialized -Wno-sign-compare)
if(WIN32)
file(