bashbug/pcl-for-android

How to enable QHULL and VTK??

brucemioo opened this issue · 0 comments

how to enable Qhull and VTK??
I modify qhull and VTK as ON:
cmake.definitions["WITH_QHULL"] = "ON"
cmake.definitions["WITH_VTK"] = "ON"

but nothing happen. I cannot get the result that i wish.
how to do??