Remove the fontconfig test for MSVC.
When using MSVC fontconfig is not used so no need to test for it.
This commit is contained in:
parent
53e5866472
commit
f3b1a0de9c
1 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,9 @@ if(ENABLE_GAME)
|
|||
find_package( Lua51 REQUIRED)
|
||||
find_package( PkgConfig REQUIRED )
|
||||
pkg_check_modules( PANGOCAIRO REQUIRED pangocairo>=1.14.8 )
|
||||
pkg_check_modules( FONTCONFIG REQUIRED fontconfig>=2.4.1 )
|
||||
if(NOT MSVC)
|
||||
pkg_check_modules( FONTCONFIG REQUIRED fontconfig>=2.4.1 )
|
||||
endif(NOT MSVC)
|
||||
endif(ENABLE_GAME)
|
||||
|
||||
# get languages
|
||||
|
|
Loading…
Add table
Reference in a new issue