[poppler] CMakeLists.txt
Pino Toscano
pino at kemper.freedesktop.org
Wed Feb 10 14:17:12 PST 2010
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d3d2a3ee0a3505f44d1196823716b768d434ba73
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 a810e61..8d9f35a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ endif(MSVC)
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