suppress Boost warning
This commit is contained in:
parent
73e45a8c29
commit
145a76d300
|
|
@ -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 New Issue