fixed ocv_module_disable()

pull/1855/head
Anatoly Baksheev 11 years ago
parent a54ef70c04
commit f9ca6cfd22
  1. 2
      modules/viz/CMakeLists.txt

@ -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})

Loading…
Cancel
Save