mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
suppress Boost warning
This commit is contained in:
parent
73e45a8c29
commit
145a76d300
1 changed files with 4 additions and 0 deletions
|
|
@ -400,6 +400,10 @@ else()
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(POLICY CMP0167) # suppress Boost warning
|
||||||
|
cmake_policy(SET CMP0167 OLD)
|
||||||
|
endif()
|
||||||
|
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
find_package(SDL3 CONFIG)
|
find_package(SDL3 CONFIG)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue