Changeset 5175


Ignore:
Timestamp:
Mar 29, 2015 8:18:32 PM (9 years ago)
Author:
ldelgass
Message:

update vtk version in configure to 6.2

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4847 r5175  
    14851485  --with-ffmpeg=DIR       location of ffmpeg [default=yes]
    14861486  --with-tclsh=DIR        location of tclsh [default=yes]
    1487   --with-vtk=version      VTK library version [default=6.1]
     1487  --with-vtk=version      VTK library version [default=6.2]
    14881488  --with-matlab=DIR       location of matlab and mex compiler [default=yes]
    14891489  --with-octave=DIR       path of default octave compiler `mkoctfile'
     
    74747474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for vtk" >&5
    74757475$as_echo_n "checking for vtk... " >&6; }
    7476 VTK_VERSION=6.1
     7476VTK_VERSION=6.2
    74777477VTK_TCL_DIR=""
    74787478
  • trunk/configure.in

    r4847 r5175  
    188188    [vtk],
    189189    [AS_HELP_STRING([--with-vtk[=version]],
    190         [VTK library version @<:@default=6.1@:>@])],
     190        [VTK library version @<:@default=6.2@:>@])],
    191191    [],
    192192    [with_vtk=yes])
    193193
    194194AC_MSG_CHECKING([for vtk])
    195 VTK_VERSION=6.1
     195VTK_VERSION=6.2
    196196VTK_TCL_DIR=""
    197197
Note: See TracChangeset for help on using the changeset viewer.