mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2111
2111: Try to fix freetype mac warning (fixes #2110) r=heinrich5991 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
f8a7acc074
|
@ -17,6 +17,10 @@ else()
|
|||
message(FATAL_ERROR "Couldn't parse version from src/game/version.h")
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0017)
|
||||
cmake_policy(SET CMP0017 NEW)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0048)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
if(VERSION_PATCH STREQUAL "0")
|
||||
|
@ -307,7 +311,7 @@ endif()
|
|||
find_package(ZLIB)
|
||||
find_package(Crypto)
|
||||
find_package(Curl)
|
||||
find_package(OwnFreetype)
|
||||
find_package(Freetype)
|
||||
if(DOWNLOAD_GTEST)
|
||||
find_package(Git)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue