Fix compilation on ubuntu 20.04
This commit is contained in:
parent
fcb84132f4
commit
c5a356f3e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue