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:
Mark de Wever 2009-04-10 19:19:53 +00:00
parent 53e5866472
commit f3b1a0de9c

View file

@ -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