File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -697,9 +697,13 @@ def pkgconfig_win(flag, cut):
697
697
# vtk_include_dir = os.path.join('/usr/local' ,'include/vtk-8.1')
698
698
# vtk_library_dir = os.path.join('/usr/local', 'lib')
699
699
# homebrew(MacOSX homebrew)
700
- vtk_version = '8.1.2_3'
701
- vtk_include_dir = os .path .join ('/usr/local/Cellar/vtk/8.1.2_3' ,'include/vtk-8.1' )
702
- vtk_library_dir = os .path .join ('/usr/local/Cellar/vtk/8.1.2_3' , 'lib' )
700
+ # (pcl 1.9.1_3)
701
+ # vtk_version = '8.1.2_3'
702
+ # vtk_include_dir = os.path.join('/usr/local/Cellar/vtk', vtk_version ,'include/vtk-8.2')
703
+ # 2019/05/08 check(pcl 1.9.1_4)
704
+ vtk_version = '8.2.0'
705
+ vtk_include_dir = os .path .join ('/usr/local/Cellar/vtk' , vtk_version ,'include/vtk-8.2' )
706
+ vtk_library_dir = os .path .join ('/usr/local/Cellar/vtk' , vtk_version , 'lib' )
703
707
pass
704
708
else :
705
709
# pcl 1.7.0?(Ubuntu 14.04)
You can’t perform that action at this time.
0 commit comments