Changeset 5842
- Timestamp:
- Aug 22, 2015 3:11:58 PM (8 years ago)
- Location:
- nanovis/branches/1.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
nanovis/branches/1.2
- Property svn:mergeinfo changed
/nanovis/trunk merged: 5841
- Property svn:mergeinfo changed
-
nanovis/branches/1.2/configure
r5472 r5842 1336 1336 --with-vtk-includes=DIR VTK include files are in DIR 1337 1337 --with-vtk-libs=DIR VTK libraries are in DIR 1338 --with-vtk=VERSION Version of VTK required [default=6. 1]1338 --with-vtk=VERSION Version of VTK required [default=6.2] 1339 1339 --with-ffmpeg=DIR location of ffmpeg [default=yes] 1340 1340 --with-avconv=DIR location of avconv [default=yes] … … 4720 4720 # By default, we use our version from the install prefix 4721 4721 # lib/include directories 4722 VTK_VERSION=6. 14722 VTK_VERSION=6.2 4723 4723 VTK_LIB_DIR=${libdir} 4724 4724 VTK_INC_DIR=${incdir} -
nanovis/branches/1.2/configure.in
r5472 r5842 35 35 [vtk], 36 36 [AS_HELP_STRING([--with-vtk=VERSION], 37 [Version of VTK required @<:@default=6. 1@:>@])],37 [Version of VTK required @<:@default=6.2@:>@])], 38 38 [with_vtk=$withval], 39 39 [with_vtk=""]) … … 170 170 # By default, we use our version from the install prefix 171 171 # lib/include directories 172 VTK_VERSION=6. 1172 VTK_VERSION=6.2 173 173 VTK_LIB_DIR=${libdir} 174 174 VTK_INC_DIR=${incdir}
Note: See TracChangeset
for help on using the changeset viewer.