[poppler] Branch 'poppler-0.12' - CMakeLists.txt
Pino Toscano
pino at kemper.freedesktop.org
Tue Feb 16 06:28:38 PST 2010
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b60a5d415e74ff69a6356e3f864f44d3a9b0895b
Author: Pino Toscano <pino at kde.org>
Date: Wed Feb 10 23:16:27 2010 +0100
[CMake] fix typo: "MULTITHREAD" -> "MULTITHREADED"
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b45fce..c700e80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ option(USE_FIXEDPOINT "Use fixed point arithmetic" OFF)
set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
# Enable these unconditionally.
-set(MULTITHREAD ON)
+set(MULTITHREADED ON)
set(OPI_SUPPORT ON)
set(TEXTOUT_WORD_LIST ON)
More information about the poppler
mailing list