This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/CMakeLists.txt b/CMakeLists.txt | |
| index e5fd763..49472ce 100644 | |
| --- a/CMakeLists.txt | |
| +++ b/CMakeLists.txt | |
| @@ -358,7 +358,7 @@ endif(WITH_QT) | |
| # Find VTK | |
| option(WITH_VTK "Build VTK-Visualizations" TRUE) | |
| -if(WITH_VTK AND NOT ANDROID) | |
| +if(WITH_VTK) |