- updated cmake to only place binaries in dev friendly folder if a new option is passed (enabled by default using the build script)

-DWANT_DEV_OUTPATH=ON
This commit is contained in:
Mark Vejvoda
2013-01-15 17:26:55 +00:00
parent 21f674abd9
commit 1e6364051b
4 changed files with 25 additions and 29 deletions

View File

@@ -152,7 +152,7 @@ option(ENABLE_FRIBIDI "Enable FriBIDi support" ON)
SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${PNG_LIBRARY})
ENDIF()
OPTION(WANT_FONTCONFIG "use the library fontconfig" ON)
OPTION(WANT_FONTCONFIG "use the library fontconfig" OFF)
IF(WANT_FONTCONFIG)
FIND_PACKAGE(FontConfig)
IF(FONTCONFIG_FOUND)