Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
debian
VTK
Commits
17da8720
Commit
17da8720
authored
Feb 04, 2016
by
Ken Martin
Browse files
fix up how the compile tools are build for android ios
Make standalone on as we only compile the vtkCompileTools target
parent
45e634d6
Changes
2
Show whitespace changes
Inline
Side-by-side
CMake/vtkAndroid.cmake
View file @
17da8720
...
...
@@ -77,11 +77,10 @@ macro(compile_vtk_tools)
-DCMAKE_BUILD_TYPE:STRING=Release
-DVTK_BUILD_ALL_MODULES:BOOL=OFF
-DVTK_Group_Rendering:BOOL=OFF
-DVTK_Group_StandAlone:BOOL=O
FF
-DVTK_Group_StandAlone:BOOL=O
N
-DBUILD_SHARED_LIBS:BOOL=ON
-DBUILD_EXAMPLES:BOOL=OFF
-DBUILD_TESTING:BOOL=OFF
-DModule_vtkUtilitiesEncodeString:BOOL=ON
)
endmacro
()
compile_vtk_tools
()
...
...
CMake/vtkiOS.cmake
View file @
17da8720
...
...
@@ -60,11 +60,10 @@ macro(compile_vtk_tools)
-DCMAKE_BUILD_TYPE:STRING=Release
-DVTK_BUILD_ALL_MODULES:BOOL=OFF
-DVTK_Group_Rendering:BOOL=OFF
-DVTK_Group_StandAlone:BOOL=O
FF
-DVTK_Group_StandAlone:BOOL=O
N
-DBUILD_SHARED_LIBS:BOOL=ON
-DBUILD_EXAMPLES:BOOL=OFF
-DBUILD_TESTING:BOOL=OFF
-DModule_vtkUtilitiesEncodeString:BOOL=ON
)
endmacro
()
compile_vtk_tools
()
...
...
@@ -83,6 +82,7 @@ mark_as_advanced(
# expose some module options
option
(
Module_vtkRenderingOpenGL2
"Include Polygonal Rendering Support"
ON
)
option
(
Module_vtkInteractionWidgets
"Include INteractionWidgets module"
OFF
)
# add volume rendering option for ES 3.0
if
(
OPENGL_ES_VERSION STREQUAL
"3.0"
AND Module_vtkRenderingOpenGL2
)
...
...
@@ -117,8 +117,9 @@ set(ios_cmake_flags
# -DModule_vtkImagingCore:BOOL=ON
# -DModule_vtkInteractionStyle:BOOL=ON
# -DModule_vtkParallelCore:BOOL=ON
-DModule_vtkRenderingFreeType:BOOL=OFF
#
-DModule_vtkRenderingFreeType:BOOL=OFF
-DModule_vtkRenderingOpenGL2:BOOL=
${
Module_vtkRenderingOpenGL2
}
-DModule_vtkInteractionWidgets:BOOL=
${
Module_vtkInteractionWidgets
}
)
if
(
Module_vtkRenderingOpenGL2
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment