Changeset 5840
- Timestamp:
- Aug 22, 2015 3:07:32 PM (8 years ago)
- Location:
- vtkvis/branches/1.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vtkvis/branches/1.8
- Property svn:mergeinfo changed
/vtkvis/trunk merged: 5839
- Property svn:mergeinfo changed
-
vtkvis/branches/1.8/configure
r5748 r5840 1323 1323 --with-vtk-includes=DIR location of versioned VTK include dir 1324 1324 --with-vtk-libs=DIR VTK libraries are in DIR 1325 --with-vtk=VERSION Version of VTK required [default=6. 1]1325 --with-vtk=VERSION Version of VTK required [default=6.2] 1326 1326 --with-statsdir=DIR Write statistics in DIR 1327 1327 … … 4145 4145 4146 4146 # There can be multiple versions of VTK installed side-by-side 4147 VTK_VERSION=6. 14147 VTK_VERSION=6.2 4148 4148 VTK_LIB_DIR=${libdir} 4149 4149 VTK_INC_DIR=${incdir} -
vtkvis/branches/1.8/configure.in
r5748 r5840 27 27 [vtk], 28 28 [AS_HELP_STRING([--with-vtk=VERSION], 29 [Version of VTK required @<:@default=6. 1@:>@])],29 [Version of VTK required @<:@default=6.2@:>@])], 30 30 [with_vtk=$withval], 31 31 [with_vtk=""]) … … 104 104 105 105 # There can be multiple versions of VTK installed side-by-side 106 VTK_VERSION=6. 1106 VTK_VERSION=6.2 107 107 VTK_LIB_DIR=${libdir} 108 108 VTK_INC_DIR=${incdir}
Note: See TracChangeset
for help on using the changeset viewer.