1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026765: Visualization - drop TKVoxel toolkit

This commit is contained in:
kgv
2015-10-10 22:17:37 +03:00
committed by bugmaster
parent 06562706d2
commit 6ce0df1e78
97 changed files with 3 additions and 15361 deletions

View File

@@ -18,8 +18,7 @@ proc Visualization:toolkits { } {
set aResult [list TKService \
TKV3d \
TKOpenGl \
TKMeshVS \
TKVoxel]
TKMeshVS]
if { [info exists ::env(HAVE_VTK)] && "$::env(HAVE_VTK)" == "true" } {
lappend aResult "TKIVtk"