fixed ocv_module_disable()

This commit is contained in:
Anatoly Baksheev 2013-11-28 12:10:28 +04:00
parent a54ef70c04
commit f9ca6cfd22

View File

@ -1,5 +1,5 @@
if(NOT WITH_VTK OR NOT DEFINED HAVE_VTK OR NOT HAVE_VTK)
ocv_module_disable()
ocv_module_disable(viz)
endif()
include(${VTK_USE_FILE})