From 42806f6ccc778b8da1f6314bf9c7b27947c4dccb Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 21 Sep 2013 14:02:05 +0800 Subject: [PATCH] cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f03f713..986ccbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_BUILD_TYPE Release CACHE STRING "Build configuration (Debug, Release, project(pdf2htmlEX) cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) -option(ENABLE_SVG "Enable SVG backend" OFF) +option(ENABLE_SVG "Enable SVG support, for generating SVG background images and converting Type 3 fonts" OFF) include_directories(${CMAKE_SOURCE_DIR}/src)