OpenJPEG 1.4 is default for now.
parent
2c3e64c2d4
commit
6988580777
|
|
@ -10,6 +10,7 @@
|
|||
# WINDOWS - Windows
|
||||
|
||||
set(NDTARGET_ARCH "x86" CACHE STRING "Build 64 or 32 bit viewer. Defaults to 32 bit.")
|
||||
set(ND_USE_OPENJPEG2 OFF CACHE BOOL "Use OpenJPEG 2.1 instead of 1.4. Default off.")
|
||||
|
||||
if( ${NDTARGET_ARCH} STREQUAL "x64" )
|
||||
set( ND_BUILD64BIT_ARCH ON )
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import errno
|
|||
import re
|
||||
import subprocess
|
||||
|
||||
_autobuild=os.getenv('AUTOBUILD', 'autobuild')
|
||||
_autobuild=os.getenv('AUTOBUILD', 'autobuild.cmd')
|
||||
|
||||
pkg_line=re.compile('^([\w-]+):\s+(.*)$')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue