suppress Boost warning

This commit is contained in:
Issac332 2026-07-30 12:12:32 +03:00
parent 73e45a8c29
commit 145a76d300

View file

@ -400,6 +400,10 @@ else()
)
endif()
if(POLICY CMP0167) # suppress Boost warning
cmake_policy(SET CMP0167 OLD)
endif()
find_package(PkgConfig REQUIRED)
find_package(ZLIB REQUIRED)
find_package(SDL3 CONFIG)