Fix compilation on ubuntu 20.04
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ find_package(OpenSSL REQUIRED)
|
|||||||
set(Boost_USE_STATIC_LIBS ON)
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
find_package(Boost COMPONENTS log filesystem REQUIRED)
|
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)
|
if(WIN32)
|
||||||
file(
|
file(
|
||||||
|
|||||||
Reference in New Issue
Block a user