Small bug fixed in the building process, and updated COMPILE.txt file.

This commit is contained in:
Hombre
2011-02-10 12:25:26 +01:00
parent 4869c3529a
commit 6493ef96a1
3 changed files with 38 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ set(OPTION_OMP ON CACHE BOOL "Use OpenMP to speedup the preview and batch proces
set(WITH_MYFILE_MMAP ON CACHE BOOL "Use the MMAP mechanism to speedup thumbnail creations")
# This line will let you chose the target number, and the associated processor
set (PROC_TARGET_NUMBER 2 CACHE STRING "Target Processor")
set (PROC_TARGET_NUMBER 0 CACHE STRING "Target Processor")
# If you want to force the target processor name, uncomment the next line, and replace labelWithoutQuotes by its value
#set (PROC_FORCED_LABEL labelWithoutQuotes CACHE STRING "Target Processor label")