Skip to content
Snippets Groups Projects
Commit 9c744b13 authored by Brad King's avatar Brad King
Browse files

Android: Port build system to CMake 3.7 capabilities

CMake 3.7 adds support for cross-compiling to Android without a complex
toolchain file.  Port our main CMake build system to work without the
`android.toolchain.cmake` file:

```
$ cmake ../VTK \
    -DCMAKE_SYSTEM_NAME=Android \
    -DCMAKE_ANDROID_NDK=/path/to/ndk \
    -DVTKCompileTools_DIR=/path/to/vtk-compile-tools \
    -DOPENGL_ES_VERSION=3.0 \
    -DVTK_Group_StandAlone=OFF
```
parent c7d54635
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment