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

Added info on VTK availability in dversion command; VTK tests are corrected to report SKIPPED status if VIS is not available

This commit is contained in:
abv
2014-09-26 13:11:01 +04:00
committed by bugmaster
parent 868dbdbae4
commit 476e84b169
2 changed files with 6 additions and 0 deletions

View File

@@ -292,6 +292,11 @@ static Standard_Integer dversion(Draw_Interpretor& di, Standard_Integer, const c
#else
di << "OpenCL disabled\n";
#endif
#ifdef HAVE_VTK
di << "VTK enabled (HAVE_VTK)\n";
#else
di << "VTK disabled\n";
#endif
#ifdef No_Exception
di << "Exceptions disabled (No_Exception)\n";
#else