Fix dependency on libbrotlidec.dll
FreeType must have added a new dependency in 2.10.2
This commit is contained in:
parent
da5d7982c6
commit
808a437ec2
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ else()
|
|||
set(CMAKE_DISABLE_FIND_PACKAGE_ZLIB ON CACHE INTERNAL "" FORCE)
|
||||
set(CMAKE_DISABLE_FIND_PACKAGE_PNG ON CACHE INTERNAL "" FORCE)
|
||||
set(CMAKE_DISABLE_FIND_PACKAGE_BZip2 ON CACHE INTERNAL "" FORCE)
|
||||
set(CMAKE_DISABLE_FIND_PACKAGE_BrotliDec ON CACHE INTERNAL "" FORCE)
|
||||
endif()
|
||||
add_subdirectory("external/freetype" EXCLUDE_FROM_ALL)
|
||||
target_link_libraries(CSE2 PRIVATE freetype)
|
||||
|
|
Loading…
Add table
Reference in a new issue