mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
Remove Boost_NO_BOOST_CMAKE=ON to fix Windows build (#1298)
This commit is contained in:
parent
8da2caf764
commit
31f72cdbff
@ -134,8 +134,6 @@ pkg_check_modules(CURL REQUIRED libcurl)
|
||||
|
||||
if(WIN32)
|
||||
set(Boost_USE_STATIC_LIBS ON) # cmake-lint: disable=C0103
|
||||
# workaround to prevent link errors against icudata, icui18n
|
||||
set(Boost_NO_BOOST_CMAKE ON) # cmake-lint: disable=C0103
|
||||
endif()
|
||||
|
||||
find_package(Boost COMPONENTS locale log filesystem program_options REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user